From 426f365dccfce84c7655ad5f6dad6c7a6c9e73b7 Mon Sep 17 00:00:00 2001 From: sagitter Date: Wed, 22 Aug 2018 18:43:08 +0200 Subject: [PATCH] Reintroduce python2-scons on fedora 30+ --- scons.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)