|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
%bcond_with runtests
|
|
|
|
|
|
|
|
|
|
Name: pykickstart
|
|
|
|
|
Version: 3.32.10
|
|
|
|
|
Version: 3.32.11
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2 and MIT
|
|
|
|
|
Summary: Python utilities for manipulating kickstart files.
|
|
|
|
@ -79,12 +79,31 @@ make PYTHON=%{__python3} test
|
|
|
|
|
%{python3_sitelib}/pykickstart*.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* 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
|
|
|
|
|
- Add conflict test between ostree sources (#2125655) (jkonecny)
|
|
|
|
|
Related: RHEL-17662
|
|
|
|
|
- Fix missing seen check for output generation (#2125655) (jkonecny)
|
|
|
|
|
Related: RHEL-17662
|
|
|
|
|
- Add new ostreecontainer command (#2125655) (jkonecny)
|
|
|
|
|
Resolves: RHEL-17662
|
|
|
|
|
- Check the conflicting commands automatically (vponcova)
|
|
|
|
|
Related: RHEL-17662
|
|
|
|
|
- Fix tests for conflicting commands (vponcova)
|
|
|
|
|
Related: RHEL-17662
|
|
|
|
|
- Add conflicting commands support (bcl)
|
|
|
|
|
Related: RHEL-17662
|
|
|
|
|
|
|
|
|
|
* 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 Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.32.9-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|