- Add DNS handling options to the network command (vslavik)
Resolves: rhbz#2172531 - whitelist_externals has changed to allowlist_externals (bcl) Related: rhbz#2172531
This commit is contained in:
parent
bb2ebf5f0d
commit
a07664da71
2
.gitignore
vendored
2
.gitignore
vendored
@ -234,3 +234,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.32.8.tar.gz.asc
|
||||
/pykickstart-3.32.9.tar.gz
|
||||
/pykickstart-3.32.9.tar.gz.asc
|
||||
/pykickstart-3.32.10.tar.gz
|
||||
/pykickstart-3.32.10.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.32.9
|
||||
Version: 3.32.10
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -79,6 +79,12 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%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
|
||||
- sshkey: Escapes quotes in the ssh key (bcl)
|
||||
Resolves: rhbz#2121877
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.32.9.tar.gz) = fcb3f573c53cf5ba960eac0229c80b689e5b9b30c3b9fa5fe5745c46bf3e1be2b31099cce537a935373dbbad292dbd6f2ae5b1d4ad515600bb7983d4200fe564
|
||||
SHA512 (pykickstart-3.32.9.tar.gz.asc) = 2963f3189d62e61b64648cda35bbe766d6d59474f01958a547359d6be5c4840c7b935d5f0f35d43ad5f9e4a847fba28b17e9bfa3e02b1028c205fbfcdbb20ddc
|
||||
SHA512 (pykickstart-3.32.10.tar.gz) = a83f6e67689fdced355f73b5f34cdd87d78fa0f7c0f1bcb4c92e58435c9d0a85bfbdec9d4e9ca6ffae8d83fb0362dc4895cb2ec871de737034d73eeb1dc1ad1c
|
||||
SHA512 (pykickstart-3.32.10.tar.gz.asc) = cf32cdee0ca6f568189b4ee767f7f63dc445599e7fca2e98880b334237cf37bf6b2b19f31191236bc749b7e7b6c3b04bae8fa34fd50409f3ea5db8636a1ddf08
|
||||
|
Loading…
Reference in New Issue
Block a user