diff --git a/scons.spec b/scons.spec index c652e33..58efdfc 100644 --- a/scons.spec +++ b/scons.spec @@ -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 - 3.0.1-12 +- Reintroduce python2-scons on fedora 30+ + * Wed Aug 22 2018 Antonio Trande - 3.0.1-11 - Deprecate Python2 on fedora 30+ and epel 8+ - Use python3_other macros (https://fedoraproject.org/wiki/User:Bkabrda/EPEL7_Python3)