- Add make to BuildRequires, buildroot is removing it.
- Deprecate the autostep command (vslavik) - Add missing spaces into the message (yurchor) - ksshell: Fix indentation in _init_matches (bcl) - Mark the level option of the logging command as deprecated (vponcova)
This commit is contained in:
parent
42d1265986
commit
dd6f3364fc
2
.gitignore
vendored
2
.gitignore
vendored
@ -214,3 +214,5 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-3.29.tar.gz.asc
|
/pykickstart-3.29.tar.gz.asc
|
||||||
/pykickstart-3.30.tar.gz
|
/pykickstart-3.30.tar.gz
|
||||||
/pykickstart-3.30.tar.gz.asc
|
/pykickstart-3.30.tar.gz.asc
|
||||||
|
/pykickstart-3.31.tar.gz
|
||||||
|
/pykickstart-3.31.tar.gz.asc
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%bcond_with runtests
|
%bcond_with runtests
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.30
|
Version: 3.31
|
||||||
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.
|
||||||
@ -24,6 +24,7 @@ BuildRequires: python3-requests
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
Requires: python3-kickstart = %{version}-%{release}
|
Requires: python3-kickstart = %{version}-%{release}
|
||||||
|
|
||||||
@ -74,6 +75,13 @@ make PYTHON=%{__python3} test
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 05 2020 Brian C. Lane <bcl@redhat.com> - 3.31-1
|
||||||
|
- Add make to BuildRequires, buildroot is removing it.
|
||||||
|
- Deprecate the autostep command (vslavik)
|
||||||
|
- Add missing spaces into the message (yurchor)
|
||||||
|
- ksshell: Fix indentation in _init_matches (bcl)
|
||||||
|
- Mark the level option of the logging command as deprecated (vponcova)
|
||||||
|
|
||||||
* Tue Sep 29 2020 Brian C. Lane <bcl@redhat.com> - 3.30-1
|
* Tue Sep 29 2020 Brian C. Lane <bcl@redhat.com> - 3.30-1
|
||||||
- ksshell: Fix traceback and add tests (bcl)
|
- ksshell: Fix traceback and add tests (bcl)
|
||||||
- fs: Make tmp file creation cross-platform in ksvalidator to support Windows
|
- fs: Make tmp file creation cross-platform in ksvalidator to support Windows
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pykickstart-3.30.tar.gz) = e1d6132c3b44f1637f24cddb128a2fb1eb6d019e9af33d021aef210e91884924e4c5642724a7d93d73d6ad275536504725f7e69593a4fa0b09b0880a7a16fe4e
|
SHA512 (pykickstart-3.31.tar.gz) = 20d76090b938393d87a56260cc4a84304e34d8bb9c63008a2a7873892491dfdbc2d4a46463521a09061c76926a7a4ce2ba9478175cc8b9e94df120b07fa406f3
|
||||||
SHA512 (pykickstart-3.30.tar.gz.asc) = 89e46d632c6baf4df65b1b46ed062535b9b30e31fea8d4e4b93a2a254787266bcadfd242512e3dfc813904ae4fdfe5100e55cf78826660058e1cb6ca0760f5c1
|
SHA512 (pykickstart-3.31.tar.gz.asc) = 676e0a546b8487b286798894ff6194a4455badd76c4609506d8734f52a971b1a207e8f0cc39836cd65f744dd00b198bc0f82b2fadc08c9619234a98944b64843
|
||||||
|
Loading…
Reference in New Issue
Block a user