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
|
%bcond_with python2
|
||||||
%else
|
%else
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.12
|
Version: 3.12
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
@ -138,7 +138,11 @@ make PYTHON=%{__python3} test
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%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
|
- Conditionalize out python2 subpackage builds on Fedora releases
|
||||||
after 28 and EL releases after 7
|
after 28 and EL releases after 7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user