import CS pykickstart-3.32.10-1.el9
This commit is contained in:
parent
1314aafec3
commit
8c729fb525
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/pykickstart-3.32.9.tar.gz
|
SOURCES/pykickstart-3.32.10.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
40ab454a065eeb0d14bf21e61723607d0b51581f SOURCES/pykickstart-3.32.9.tar.gz
|
3bf33c8f89bfcac82ec418b1efc1678d76c90a23 SOURCES/pykickstart-3.32.10.tar.gz
|
||||||
|
11
SOURCES/pykickstart-3.32.10.tar.gz.asc
Normal file
11
SOURCES/pykickstart-3.32.10.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAmRL+XYACgkQEX6MFo7+
|
||||||
|
On+WFwgAmUPGJAP2omVIiC9PKmyd4H3Ks/bmwmz40P68Xoy+RYRBFVAhLj/FONia
|
||||||
|
E2Z8ezn+1q6/97yLwX2fLcxI8F6sXeDRfGprIUpyYmPl9t90QA7WmhEEi2+SkJqr
|
||||||
|
d+x2VXcIRNWXtdq5hR9fF0HntGuEsgIxK67sVPD48RDhIbi8rCyIy2plJSkV1iOe
|
||||||
|
bGEtnJMNDJAhtSQtkRADmTJMtDPZzRwAcok2mqgGUwliipzUBdAdh6efrapIkWKB
|
||||||
|
SH4Ya3muqgNhsVI4O09d/+E9kEm4noPra7MYPS7mphPn7UayG0OixXtxxoAB36Rw
|
||||||
|
6OFF79oGiev3rCcKCCJ1GKRTb02Q2A==
|
||||||
|
=jVEm
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAmN4EvwACgkQEX6MFo7+
|
|
||||||
On/7iAgAkpB+929NE4C6bkC+8s6eM066B19lP3ziZE0igmQxUu8HESdrgrhsZbgy
|
|
||||||
v68OHx+8+dcJi4g5YY2n6AnGTej0//skWb6ZcK0NEF0SqiYmVsfOlqjPYygg9nWC
|
|
||||||
eIH5wgidHA1gLCV3TR+Q2oDQce4jFeQWzJcT0hdcx8UJNAmh8SjbPrlM6veqryLE
|
|
||||||
Vhj4EESXJ8yOkGW8EaYXohDZ1J1TB3S6/6Yz9mqwI9xjVkpsZog6CKuDrMl7RpPf
|
|
||||||
ZIVrs4R5iobWEddYbJgEfXGuPZ6PXfmAg17SPVUpZs6ekd/Q4s/KNzrO7015/nfs
|
|
||||||
mPXBVA/plxaleC5jOXPtb0UU/WTBCA==
|
|
||||||
=YaYZ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -4,7 +4,7 @@
|
|||||||
%bcond_with runtests
|
%bcond_with runtests
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.32.9
|
Version: 3.32.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
@ -79,6 +79,12 @@ make PYTHON=%{__python3} test
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 28 2023 Brian C. Lane <bcl@redhat.com> - 3.32.10-1
|
||||||
|
- Add DNS handling options to the network command (vslavik)
|
||||||
|
Resolves: rhbz#2172531
|
||||||
|
- whitelist_externals has changed to allowlist_externals (bcl)
|
||||||
|
Related: rhbz#2172531
|
||||||
|
|
||||||
* Fri Nov 18 2022 Brian C. Lane <bcl@redhat.com> - 3.32.9-1
|
* Fri Nov 18 2022 Brian C. Lane <bcl@redhat.com> - 3.32.9-1
|
||||||
- sshkey: Escapes quotes in the ssh key (bcl)
|
- sshkey: Escapes quotes in the ssh key (bcl)
|
||||||
Resolves: rhbz#2121877
|
Resolves: rhbz#2121877
|
||||||
|
Loading…
Reference in New Issue
Block a user