- Remove the --ignorebroken option from RHEL handlers (vponcova)
- Add the isRHEL function (vponcova)
This commit is contained in:
parent
6c4fe96dc7
commit
9e88df9f50
2
.gitignore
vendored
2
.gitignore
vendored
@ -226,3 +226,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.35.tar.gz.asc
|
||||
/pykickstart-3.36.tar.gz
|
||||
/pykickstart-3.36.tar.gz.asc
|
||||
/pykickstart-3.37.tar.gz
|
||||
/pykickstart-3.37.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.36
|
||||
Version: 3.37
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -77,6 +77,10 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Feb 28 2022 Brian C. Lane <bcl@redhat.com> - 3.37-1
|
||||
- Remove the --ignorebroken option from RHEL handlers (vponcova)
|
||||
- Add the isRHEL function (vponcova)
|
||||
|
||||
* Tue Feb 15 2022 Brian C. Lane <bcl@redhat.com> - 3.36-1
|
||||
- github: Add rhel9-branch to the list of branches (bcl)
|
||||
- github: Use python 3.10 instead of a rc release (bcl)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.36.tar.gz) = f396aa18dffbc19cd3640001c6d17993936a94acd768f693c662a0c8a6b47687c26dbde790817a71ff638fb6933f63a668a24d0b14d12de5f05e220183948f4f
|
||||
SHA512 (pykickstart-3.36.tar.gz.asc) = 0b2a0907e4b4e209228dabc590e99c2b10b3a8f6b524d1e592753520fee294687916728a1fe1090e1abd33ffb2f449647882ec5a39edce09ea3534a03d10ca13
|
||||
SHA512 (pykickstart-3.37.tar.gz) = ee549f981981fb7b40584cfcde52cdf78492fd41089a846160b641d25dae09abf144f470d44fe2a95a0eda1c32b1c764c49224d06429118890922e3b6a96cf71
|
||||
SHA512 (pykickstart-3.37.tar.gz.asc) = e006336e899487d9c6998dc3f7eff41fad506f9e28df6168f8404a54d2d0afff1183652b6ec920e24014b529337219afd93f269be81022664fde8eefe24706e2
|
||||
|
Loading…
Reference in New Issue
Block a user