diff --git a/pykickstart.spec b/pykickstart.spec index 7454170..1eee465 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,4 +1,4 @@ -%if 0%{?rhel} > 7 || 0%{?fedora} > 28 +%if 0%{?rhel} > 7 %bcond_with python2 %else %bcond_without python2 @@ -6,7 +6,7 @@ Name: pykickstart Version: 3.12 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -138,7 +138,11 @@ make PYTHON=%{__python3} test %{python3_sitelib}/pykickstart/locale/ %changelog -* Mon Apr 02 2018 David Cantrell - 3.12-3 +- Re-enable the python2 subpackages on Fedora for now. Some + programs still need it and have not moved to python3 yet. + +* Mon Apr 02 2018 David Cantrell - 3.12-2 - Conditionalize out python2 subpackage builds on Fedora releases after 28 and EL releases after 7