Re-enable the python2 subpackages on Fedora for now. Some
programs still need it and have not moved to python3 yet.
This commit is contained in:
parent
fd56619619
commit
0bf51ed086
@ -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 <dcantrell@redhat.com - 3.12-2
|
||||
* Thu Apr 12 2018 David Cantrell <dcantrell@redhat.com> - 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 <dcantrell@redhat.com> - 3.12-2
|
||||
- Conditionalize out python2 subpackage builds on Fedora releases
|
||||
after 28 and EL releases after 7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user