- Write commands in alphabetical order (bcl)
Related: rhbz#2083269
This commit is contained in:
parent
42175e0385
commit
ef97810a4e
2
.gitignore
vendored
2
.gitignore
vendored
@ -228,3 +228,5 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-3.32.5.tar.gz.asc
|
/pykickstart-3.32.5.tar.gz.asc
|
||||||
/pykickstart-3.32.6.tar.gz
|
/pykickstart-3.32.6.tar.gz
|
||||||
/pykickstart-3.32.6.tar.gz.asc
|
/pykickstart-3.32.6.tar.gz.asc
|
||||||
|
/pykickstart-3.32.7.tar.gz
|
||||||
|
/pykickstart-3.32.7.tar.gz.asc
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%bcond_with runtests
|
%bcond_with runtests
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.32.6
|
Version: 3.32.7
|
||||||
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,10 @@ make PYTHON=%{__python3} test
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* 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)
|
- tests: Update ksvalidator tests to allow new wording for help output (bcl)
|
||||||
Related: rhbz#2083269
|
Related: rhbz#2083269
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pykickstart-3.32.6.tar.gz) = 3a5bfe0bc1e355502d510c49b5a228829e28d960294d7a1c93d851b1bf0b50cba3ec0471ed391132193a3bfe4ec445eca25263bbfcaa53e78bc489d38577522e
|
SHA512 (pykickstart-3.32.7.tar.gz) = 4154fd4bd4ae339712c5f40ba244fe5048cd1bc51fb70abd28fb127ed89559a84dfb46e9534bd94c167c4a788858136fcaee71ac414ae97f04235a18065ed546
|
||||||
SHA512 (pykickstart-3.32.6.tar.gz.asc) = ccb9f554e25c9fc74b7ff1b97bce2983e275c9867ca0a783f8fb5101c43413140e70897723c45fdcb957cf3ae38d9bfbe949a5431f2679f8c421e12e6f744762
|
SHA512 (pykickstart-3.32.7.tar.gz.asc) = 090f1b81636c64208bb3f7d269580ebcf619d1b0acbfa5bf2089a8d963662671b3b1d7e783a5429113084521a80fc21a10e5eaf1fbed140fe29e690fb20fd77b
|
||||||
|
Loading…
Reference in New Issue
Block a user