- Do not remove "md" prefix from RAID names (vtrefny)
- Add Fedora 43 support (bcl) - workflows: Switch to ubuntu-latest (bcl) - Update formatting of certificate section documentation (rvykydal) - Update %certificate documentation with not about bundles (rvykydal) - Fix formatting of %certificate documentation example (rvykydal) - Update %certificate section documentation (rvykydal)
This commit is contained in:
parent
cdc1bcb504
commit
5d8a1dda00
3 changed files with 14 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -278,3 +278,5 @@ pykickstart-1.78.tar.gz
|
|||
/pykickstart-3.61.tar.gz.asc
|
||||
/pykickstart-3.62.tar.gz
|
||||
/pykickstart-3.62.tar.gz.asc
|
||||
/pykickstart-3.63.tar.gz
|
||||
/pykickstart-3.63.tar.gz.asc
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.62
|
||||
Version: 3.63
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
|
|
@ -75,6 +75,15 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
|||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2025 Brian C. Lane <bcl@redhat.com> - 3.63-1
|
||||
- Do not remove "md" prefix from RAID names (vtrefny)
|
||||
- Add Fedora 43 support (bcl)
|
||||
- workflows: Switch to ubuntu-latest (bcl)
|
||||
- Update formatting of certificate section documentation (rvykydal)
|
||||
- Update %certificate documentation with not about bundles (rvykydal)
|
||||
- Fix formatting of %certificate documentation example (rvykydal)
|
||||
- Update %certificate section documentation (rvykydal)
|
||||
|
||||
* Wed Jan 29 2025 Brian C. Lane <bcl@redhat.com> - 3.62-1
|
||||
- Make %%certificate section option --dir mandatory. (rvykydal)
|
||||
Resolves: rhbz#2342762
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (pykickstart-3.62.tar.gz) = ebe6405151dfcee3b5da81fc3a9925e4fd39b70e901bfaeaed4daf43df021800254aa5edbf796abe0974a0dd387bf1a0e512f11a2a1de352e8b2bb53d9031b64
|
||||
SHA512 (pykickstart-3.62.tar.gz.asc) = a25e7f50a5300247c8f63938e5a2cd075271cd03f5eda7973db73dcc7534ab152af64c424e39de8a10a51737ee3a316da2484712196d1ae5b53260d395ec38c7
|
||||
SHA512 (pykickstart-3.63.tar.gz) = 399bea86cc6de38ec409d615e4d43504d53dd496ae8ab1e64d926fe31bb96a62c7a570174bcc9bd78aaaf9e9cec597bc564f66b693218a2d86b457c0deda4a08
|
||||
SHA512 (pykickstart-3.63.tar.gz.asc) = c7672c46e2897d0cae93f111b3a70fa75cd76712104c415172c4cd2a952622529c4f58b1b4b36116109fd65976b2e9586dbf593a4b5f511c8e34c5e92384d38e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue