- Add support for inline certificates with %certificate
section (k.koukiou)
Resolves: RHEL-61432
This commit is contained in:
parent
57b574f9c2
commit
4618e10198
2
.gitignore
vendored
2
.gitignore
vendored
@ -238,3 +238,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.32.10.tar.gz.asc
|
||||
/pykickstart-3.32.11.tar.gz
|
||||
/pykickstart-3.32.11.tar.gz.asc
|
||||
/pykickstart-3.32.12.tar.gz
|
||||
/pykickstart-3.32.12.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.32.11
|
||||
Version: 3.32.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -79,6 +79,10 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Jan 15 2025 Brian C. Lane <bcl@redhat.com> - 3.32.12-1
|
||||
- Add support for inline certificates with `%certificate` section (k.koukiou)
|
||||
Resolves: RHEL-61432
|
||||
|
||||
* Tue Dec 05 2023 Brian C. Lane <bcl@redhat.com> - 3.32.11-1
|
||||
- tox: Only run unit tests for python 3.6 (bcl)
|
||||
Related: RHEL-17662
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.32.11.tar.gz) = e12021cf7cdb39250603b42cff4f3f84e6ef09a914e5343c644795d436a5bd0b5da61b308dc89cde08047957dc21f732c3032caca0ed6e5e5d86a33a52fe0a5f
|
||||
SHA512 (pykickstart-3.32.11.tar.gz.asc) = 90efd1eef08a847dd3177915c182db72bceae90e2b503c2455dbf349868cec7b01e76d0e488fc630ab341bc0ce860fd441e550f8ea8196d5aa0dd433f0af6490
|
||||
SHA512 (pykickstart-3.32.12.tar.gz) = 9a5fec6e23c1047af880438c93ac1dcee8f534c9fca0c259178a938fe1f9be414d30e36ffdb98ddbbcf80f8e2ebcdf493326d26035ac4411fedc29084d8b7548
|
||||
SHA512 (pykickstart-3.32.12.tar.gz.asc) = 9f15e20d103a04b16ebb7bff22bd6a25efa161ad27fdcb760485085180328dbc0cab729bc6af4c42255147148772a6b9572f5aecd5d5cdd4ac01dfe2f3ccb38f
|
||||
|
Loading…
Reference in New Issue
Block a user