disable temporarily check for Fedora version till a final decision about removal of python2 subpkg
This commit is contained in:
parent
937fa68eb3
commit
5c07f3f332
@ -1,10 +1,13 @@
|
|||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%global with_python2 1
|
%global with_python2 1
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?fedora}
|
||||||
# FIXME maybe Fedora 31+ without python2 subpackage
|
# FIXME maybe Fedora 31+ without python2 subpackage
|
||||||
# https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
# https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||||
%if 0%{?fedora} && 0%{?fedora} <= 30
|
# when needed, uncomment build conditional and later drop this block entirely
|
||||||
|
#%%if 0%%{?fedora} <= 31
|
||||||
%global with_python2 1
|
%global with_python2 1
|
||||||
|
#%%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
@ -168,7 +171,7 @@ rm -rfv test/bin
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Sep 30 2018 Raphael Groner <projects.rg@smart.ms> - 1.6.8-5
|
* Wed Oct 03 2018 Raphael Groner <projects.rg@smart.ms> - 1.6.8-5
|
||||||
- add python3_other subpackage for epel7
|
- add python3_other subpackage for epel7
|
||||||
- prepare removal of python2 subpackage in Fedora
|
- prepare removal of python2 subpackage in Fedora
|
||||||
- use pypi macros
|
- use pypi macros
|
||||||
|
Loading…
Reference in New Issue
Block a user