Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-15 23:06:44 +02:00
parent 32b654c733
commit 084a0ce979
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@
Name: pykickstart
Version: 3.14
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
Summary: Python utilities for manipulating kickstart files.
@ -146,6 +146,9 @@ make PYTHON=%{__python3} test
%{python3_sitelib}/pykickstart*.egg-info
%changelog
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 3.14-3
- Rebuilt for Python 3.7
* Tue May 22 2018 David Cantrell <dcantrell@redhat.com> - 3.14-2
- Include the _sortCommand to the _setCommand method (vponcova, #1578930)
- Remove call to xgettext_werror.sh during build