- Remove the auth and authconfig commands (pbrezina)
- The parse method is expected to return a value (vponcova) - tests: unittest isn't used in handle_unicode anymore (bcl) - Add RHEL 9 handler (mkolman) Resolves: rhbz#1966730 - Add RHEL 9 version for commands that had a RHEL version in the past (mkolman) Related: rhbz#1966730 - Add RHEL 9 version for BTRFS related commands (mkolman) Related: rhbz#1966730
This commit is contained in:
parent
9794ff0ea3
commit
0daa55f384
2
.gitignore
vendored
2
.gitignore
vendored
@ -220,3 +220,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.32.tar.gz.asc
|
||||
/pykickstart-3.33.tar.gz
|
||||
/pykickstart-3.33.tar.gz.asc
|
||||
/pykickstart-3.34.tar.gz
|
||||
/pykickstart-3.34.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.33
|
||||
Version: 3.34
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -21,7 +21,6 @@ BuildRequires: gettext
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: make
|
||||
|
||||
# Only required when building with runtests
|
||||
@ -37,7 +36,6 @@ Python utilities for manipulating kickstart files.
|
||||
|
||||
%package -n python3-kickstart
|
||||
Summary: Python 3 library for manipulating kickstart files.
|
||||
Requires: python3-six
|
||||
Requires: python3-requests
|
||||
|
||||
%description -n python3-kickstart
|
||||
@ -79,6 +77,17 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jul 13 2021 Brian C. Lane <bcl@redhat.com> - 3.34-1
|
||||
- Remove the auth and authconfig commands (pbrezina)
|
||||
- The parse method is expected to return a value (vponcova)
|
||||
- tests: unittest isn't used in handle_unicode anymore (bcl)
|
||||
- Add RHEL 9 handler (mkolman)
|
||||
Resolves: rhbz#1966730
|
||||
- Add RHEL 9 version for commands that had a RHEL version in the past (mkolman)
|
||||
Related: rhbz#1966730
|
||||
- Add RHEL 9 version for BTRFS related commands (mkolman)
|
||||
Related: rhbz#1966730
|
||||
|
||||
* Wed Jun 09 2021 Brian C. Lane <bcl@redhat.com> - 3.33-1
|
||||
- tests: Use pykickstart/commands relative to the import (bcl)
|
||||
Related: rhbz#1968762
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.33.tar.gz) = 6e8da5e251c24aadc306595b5a5127ff17c0161ab046a8dc187937c3ce4f8dfe89018f4e447336bb1b18c9eb144d1b4844d311996c42e8427826d87f8f3030f3
|
||||
SHA512 (pykickstart-3.33.tar.gz.asc) = 1e9ab633a61e5f2a3df35ca67e8d7005666404e47de7aa6e9174ef1a535b6b9d011f592ed3d1b8694ece46ca6d1bb7e24f2d8de7bfec92faf6a903eba690ecdd
|
||||
SHA512 (pykickstart-3.34.tar.gz) = 7e9621d987349f067a9fb8a56e09b8042a074f57500d86b7467a46c1aa494c49e35e03f8a5e6d3a20225eedbd136e045207b4bec841041d4cca19733a14e028c
|
||||
SHA512 (pykickstart-3.34.tar.gz.asc) = f6060572e06bba87f21cd6b94b6040e8e1fede4f9f22e531c3810d9f458a1c2f10f7bb0f2ca3ac3aac6d4eb9c3c5fcf01557e1f8602c738bf0ff649ed2c553c8
|
||||
|
Loading…
Reference in New Issue
Block a user