- Update %certificate section documentation (rvykydal)
Related: RHEL-61435 - Make %certificate section option --dir mandatory. (rvykydal) Resolves: RHEL-76502
This commit is contained in:
parent
68829388ca
commit
cd7bb4f897
2
.gitignore
vendored
2
.gitignore
vendored
@ -272,3 +272,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.52.6.tar.gz.asc
|
||||
/pykickstart-3.52.7.tar.gz
|
||||
/pykickstart-3.52.7.tar.gz.asc
|
||||
/pykickstart-3.52.8.tar.gz
|
||||
/pykickstart-3.52.8.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.52.7
|
||||
Version: 3.52.8
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -78,6 +78,12 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Jan 30 2025 Brian C. Lane <bcl@redhat.com> - 3.52.8-1
|
||||
- Update %%certificate section documentation (rvykydal)
|
||||
Related: RHEL-61435
|
||||
- Make %%certificate section option --dir mandatory. (rvykydal)
|
||||
Resolves: RHEL-76502
|
||||
|
||||
* Wed Jan 15 2025 Brian C. Lane <bcl@redhat.com> - 3.52.7-1
|
||||
- Add support for inline certificates with `%certificate` section (k.koukiou)
|
||||
Resolves: RHEL-61435
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.52.7.tar.gz) = 370c0567ddade331420469fcdb1b7358a1f55704278e14128969b6483574c7a7e823b63b178d5d366bf4cdfe5cd22db1014e84aa887074493a88c3ba898908b0
|
||||
SHA512 (pykickstart-3.52.7.tar.gz.asc) = 49d9c0514366d7b2c81cedd1af6932c8a909514858c1e49c790acfb54bc2670c1f4d9f3c26b282d7b853a8fc7e865ad93a93514a23bcc1580c9d1b19702b0032
|
||||
SHA512 (pykickstart-3.52.8.tar.gz) = 3c1e99bddbfefe15a904be358b5d3fa21e79391af45df3bb7ad28aebbebf2350e7ccda417066f8540b8dacafb9760741148affc3480c4e328e5c7d149c1aa190
|
||||
SHA512 (pykickstart-3.52.8.tar.gz.asc) = 6a44778bde554801c2fe67668bddc8d2ed54fb08584f162578fba9f84e4fcef717c7f0eff5a2da53a10f9ef66987a8a7fd9f0214a08167dcaa4fc2437bc14696
|
||||
|
Loading…
Reference in New Issue
Block a user