- 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
This commit is contained in:
parent
cebbd6801d
commit
42175e0385
2
.gitignore
vendored
2
.gitignore
vendored
@ -226,3 +226,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.32.4.tar.gz.asc
|
||||
/pykickstart-3.32.5.tar.gz
|
||||
/pykickstart-3.32.5.tar.gz.asc
|
||||
/pykickstart-3.32.6.tar.gz
|
||||
/pykickstart-3.32.6.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.32.5
|
||||
Version: 3.32.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -79,6 +79,16 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* 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#2060779
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.32.5.tar.gz) = 0154a5c4f8f8f9148669ac8bbed7d5239764506d00d39f1984c4a56b23e60f2e22caa0f7fcebadf0a7710c41ccaf51ef7d68edd96ad16aa42be6c228be9e2833
|
||||
SHA512 (pykickstart-3.32.5.tar.gz.asc) = 907140996ea41a35f745ba1c71013576552e63beb63993c21f7cdce26a14d4c2430aacf0dba46a3d1849f88159334a56f25a6582260f9c1b4efa6ab726371608
|
||||
SHA512 (pykickstart-3.32.6.tar.gz) = 3a5bfe0bc1e355502d510c49b5a228829e28d960294d7a1c93d851b1bf0b50cba3ec0471ed391132193a3bfe4ec445eca25263bbfcaa53e78bc489d38577522e
|
||||
SHA512 (pykickstart-3.32.6.tar.gz.asc) = ccb9f554e25c9fc74b7ff1b97bce2983e275c9867ca0a783f8fb5101c43413140e70897723c45fdcb957cf3ae38d9bfbe949a5431f2679f8c421e12e6f744762
|
||||
|
Loading…
Reference in New Issue
Block a user