diff --git a/pykickstart.spec b/pykickstart.spec index 4fa25e8..dc15a19 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -11,7 +11,7 @@ Name: pykickstart Version: 3.12 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -28,7 +28,7 @@ BuildRequires: gettext BuildRequires: python2-coverage BuildRequires: python2-devel BuildRequires: python2-nose -BuildRequires: python-ordered-set +BuildRequires: python2-ordered-set BuildRequires: python2-setuptools BuildRequires: python2-requests %endif @@ -142,6 +142,9 @@ make PYTHON=%{__python3} test %{python3_sitelib}/pykickstart*.egg-info %changelog +* Thu Apr 18 2018 David Cantrell - 3.12-5 +- BuildRequires: python2-ordered-set + * Mon Apr 16 2018 David Cantrell - 3.12-4 - Fix python2 subpackage builds. (#1564347) - Disable tests by default because they fail in mock right now.