diff --git a/pykickstart.spec b/pykickstart.spec index b699703..9ae6272 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 3.14-3 +- Rebuilt for Python 3.7 + * Tue May 22 2018 David Cantrell - 3.14-2 - Include the _sortCommand to the _setCommand method (vponcova, #1578930) - Remove call to xgettext_werror.sh during build