- Tools should default to RHEL9 not DEVEL (bcl)
Resolves: rhbz#2060779 - Default to RHEL9 for docs and ksshell test. (bcl) Related: rhbz#2060779 - Set default version to RHEL9 (bcl) Related: rhbz#2060779 - Remove the --ignorebroken option from RHEL handlers (vponcova) Related: rhbz#2060779 - Add the isRHEL function (vponcova) Related: rhbz#2060779
This commit is contained in:
parent
6a7c6497b0
commit
cebbd6801d
2
.gitignore
vendored
2
.gitignore
vendored
@ -224,3 +224,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.32.2.tar.gz.asc
|
||||
/pykickstart-3.32.4.tar.gz
|
||||
/pykickstart-3.32.4.tar.gz.asc
|
||||
/pykickstart-3.32.5.tar.gz
|
||||
/pykickstart-3.32.5.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.32.4
|
||||
Version: 3.32.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -79,6 +79,18 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Default to RHEL9 for docs and ksshell test. (bcl)
|
||||
Related: rhbz#2060779
|
||||
- Set default version to RHEL9 (bcl)
|
||||
Related: rhbz#2060779
|
||||
- Remove the --ignorebroken option from RHEL handlers (vponcova)
|
||||
Related: rhbz#2060779
|
||||
- Add the isRHEL function (vponcova)
|
||||
Related: rhbz#2060779
|
||||
|
||||
* Thu Feb 17 2022 Brian C. Lane <bcl@redhat.com> - 3.32.4-1
|
||||
- github: Add rhel9-branch to the list of branches (bcl)
|
||||
Related: rhbz#2054906
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.32.4.tar.gz) = 363c4816e32d513827fc7a879bbcb5a1f9af3a12d401b0acc0dbf595051a800fef5037cc4097d5aac5773c9f9b8456d944ac0236766212723a1d21795f4df3e2
|
||||
SHA512 (pykickstart-3.32.4.tar.gz.asc) = 0e0838288ad177c34b91645e8c1f0367c2a2ac7ca31f631af0a1d40da6381b5a4e509c6bbb0c6c00ed4b88a66b0de0d4d0ad1f1d017eeeb87a7f8afc203db5f6
|
||||
SHA512 (pykickstart-3.32.5.tar.gz) = 0154a5c4f8f8f9148669ac8bbed7d5239764506d00d39f1984c4a56b23e60f2e22caa0f7fcebadf0a7710c41ccaf51ef7d68edd96ad16aa42be6c228be9e2833
|
||||
SHA512 (pykickstart-3.32.5.tar.gz.asc) = 907140996ea41a35f745ba1c71013576552e63beb63993c21f7cdce26a14d4c2430aacf0dba46a3d1849f88159334a56f25a6582260f9c1b4efa6ab726371608
|
||||
|
Loading…
Reference in New Issue
Block a user