import pykickstart-3.32.8-1.el9
This commit is contained in:
parent
9030f824a1
commit
891ae4b117
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/pykickstart-3.32.5.tar.gz
|
||||
SOURCES/pykickstart-3.32.8.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
eecd6e9e2c6eb243e81d803585d63d638f8b4524 SOURCES/pykickstart-3.32.5.tar.gz
|
||||
c90eecb2b5cdd97d7d353e48717b02f3576d94a4 SOURCES/pykickstart-3.32.8.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAmIhAGUACgkQEX6MFo7+
|
||||
On+rIwf7BM49otP1iAj4ASujKJ1XpSM5pxKy+xfY7HFdtOoN036KepUTcyLkfB0m
|
||||
vqMws6sO4nED5i9FMapdPf41oo1xdd9Yb64T2kqAROg+l+HbBPtsllWi6iG0ovql
|
||||
rSUZilD8QKY8MaHI4ewBFVPNUNkAlE88CpVj0QhnpkjchaJmHQzTH23KWKAPQfra
|
||||
AbQJ91oDjxJ41OxnjB8XX9ydA1ZXPa+u/+v+x8ooGlN7nZTb9GELho98Qedu46XQ
|
||||
g+Gx1n5fUVj07229iQko7kfDfrenf8vJPcMJYjPDwTYI1nw0/iBU0D+t5d3NQMca
|
||||
d8PiZ8yd2od0fGAd5ZAftUlNSws/MA==
|
||||
=7AgK
|
||||
-----END PGP SIGNATURE-----
|
11
SOURCES/pykickstart-3.32.8.tar.gz.asc
Normal file
11
SOURCES/pykickstart-3.32.8.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAmK2Sk0ACgkQEX6MFo7+
|
||||
On/XnAf/dVTuDpDxExPN23V+nOie74PSCKmac6okCdHKfi5Y37GWzcPs0J934bZe
|
||||
aD90W9+MFVAjUL2FG9lU2pVO6jmKnYd+UXL0hoXmnf2yNZ5LTYeWSzTPWJLfKDk0
|
||||
GrkcmuzUGBrLE+zIZrEpdZJvUAB4z4QAuMZTQ3HVgnPaOdV04Wzqdl0oeNS4giTG
|
||||
ig7JASvU6knTSaoDvBcmDBODd0NXCkwDw4pYjvLhYxCiI8XVz70OHGcdfx9oI4nQ
|
||||
1tAxw/Ym20gPxEZzyrjGsDNwpubkE37Ljh5AzGLzZzd2dequHxxZLuP+j3vNqd5/
|
||||
PP/lbi8D0Jm0utrMlBdV98OYrRsxSw==
|
||||
=Smo8
|
||||
-----END PGP SIGNATURE-----
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.32.5
|
||||
Version: 3.32.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -79,17 +79,35 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Mar 03 2022 Brian C. Lane <bcl@redhat.com> - 3.32.5-1
|
||||
* Fri Jun 24 2022 Brian C. Lane <bcl@redhat.com> - 3.32.8-1
|
||||
- Add support for automatic LUN Scan (vponcova)
|
||||
Resolves: rhbz#1937042
|
||||
|
||||
* Thu Jun 16 2022 Brian C. Lane <bcl@redhat.com> - 3.32.7-1
|
||||
- Write commands in alphabetical order (bcl)
|
||||
Related: rhbz#2083269
|
||||
|
||||
* Wed Jun 08 2022 Brian C. Lane <bcl@redhat.com> - 3.32.6-1
|
||||
- tests: Update ksvalidator tests to allow new wording for help output (bcl)
|
||||
Related: rhbz#2083269
|
||||
- rootpw: Use RHEL9 instead of F37 for new rootpw feature (bcl)
|
||||
Related: rhbz#2083269
|
||||
- rootpw: Add an --allow-ssh argument (bcl)
|
||||
Resolves: rhbz#2083269
|
||||
- github: Fix workflow to only send coverage for python 3.9 (bcl)
|
||||
Related: rhbz#2083269
|
||||
|
||||
* Mon Mar 07 2022 Brian C. Lane <bcl@redhat.com> - 3.32.5-1
|
||||
- Tools should default to RHEL9 not DEVEL (bcl)
|
||||
Resolves: rhbz#2058335
|
||||
Resolves: rhbz#2060779
|
||||
- Default to RHEL9 for docs and ksshell test. (bcl)
|
||||
Related: rhbz#2058335
|
||||
Related: rhbz#2060779
|
||||
- Set default version to RHEL9 (bcl)
|
||||
Related: rhbz#2058335
|
||||
Related: rhbz#2060779
|
||||
- Remove the --ignorebroken option from RHEL handlers (vponcova)
|
||||
Related: rhbz#2058335
|
||||
Related: rhbz#2060779
|
||||
- Add the isRHEL function (vponcova)
|
||||
Related: rhbz#2058335
|
||||
Related: rhbz#2060779
|
||||
|
||||
* Thu Feb 17 2022 Brian C. Lane <bcl@redhat.com> - 3.32.4-1
|
||||
- github: Add rhel9-branch to the list of branches (bcl)
|
||||
|
Loading…
Reference in New Issue
Block a user