Reintroduce python2-scons on fedora 30+

This commit is contained in:
sagitter 2018-08-22 18:43:08 +02:00
parent 8d56f83f01
commit 426f365dcc

View File

@ -19,12 +19,12 @@
%if 0%{?fedora} >= 30
%global with_python3 1
%global with_python2 0
%global with_python2 1
%endif
Name: scons
Version: 3.0.1
Release: 11%{?dist}
Release: 12%{?dist}
Summary: An Open Source software construction tool
License: MIT
@ -288,6 +288,9 @@ popd
%endif
%changelog
* Wed Aug 22 2018 Antonio Trande <sagitter at fedoraproject.org> - 3.0.1-12
- Reintroduce python2-scons on fedora 30+
* Wed Aug 22 2018 Antonio Trande <sagitter at fedoraproject.org> - 3.0.1-11
- Deprecate Python2 on fedora 30+ and epel 8+
- Use python3_other macros (https://fedoraproject.org/wiki/User:Bkabrda/EPEL7_Python3)