- github: Add rhel9-branch to the list of branches (bcl)
- github: Use python 3.10 instead of a rc release (bcl) - Fix validation of packages arguments (bcl) - Add Fedora 37 support (vslavik) - Add Fedora 36 support (vslavik)
This commit is contained in:
parent
a038870bda
commit
6c4fe96dc7
2
.gitignore
vendored
2
.gitignore
vendored
@ -224,3 +224,5 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-3.34.tar.gz.asc
|
/pykickstart-3.34.tar.gz.asc
|
||||||
/pykickstart-3.35.tar.gz
|
/pykickstart-3.35.tar.gz
|
||||||
/pykickstart-3.35.tar.gz.asc
|
/pykickstart-3.35.tar.gz.asc
|
||||||
|
/pykickstart-3.36.tar.gz
|
||||||
|
/pykickstart-3.36.tar.gz.asc
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
%bcond_with runtests
|
%bcond_with runtests
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.35
|
Version: 3.36
|
||||||
Release: 2%{?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.
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
@ -77,6 +77,13 @@ make PYTHON=%{__python3} test
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- Fix validation of packages arguments (bcl)
|
||||||
|
- Add Fedora 37 support (vslavik)
|
||||||
|
- Add Fedora 36 support (vslavik)
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.35-2
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.35-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pykickstart-3.35.tar.gz) = a88a65c695fb4a2ef347bba2bc4f0b2e4192b2b966436e9dd9f87414482c437a8b4caac05c50f39b7b12842df35ff2c143b27a1cf355ce670bcea916fd5e62d7
|
SHA512 (pykickstart-3.36.tar.gz) = f396aa18dffbc19cd3640001c6d17993936a94acd768f693c662a0c8a6b47687c26dbde790817a71ff638fb6933f63a668a24d0b14d12de5f05e220183948f4f
|
||||||
SHA512 (pykickstart-3.35.tar.gz.asc) = 8ef90afc340e33523c332de848f3205a6fba14b19bd2765f4501d4685f8711f9da1b77539dafddbed6adca300324163ecdd2d30788259a317359960d8df0f884
|
SHA512 (pykickstart-3.36.tar.gz.asc) = 0b2a0907e4b4e209228dabc590e99c2b10b3a8f6b524d1e592753520fee294687916728a1fe1090e1abd33ffb2f449647882ec5a39edce09ea3534a03d10ca13
|
||||||
|
Loading…
Reference in New Issue
Block a user