From 524a79237ad427692928ad9cfa165d5976b1bf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 14 Dec 2018 16:02:17 +0100 Subject: [PATCH] Enable py2 on all Fedoras, it is unfortunately still needed By: babel-0:2.6.0-5.fc29.src datagrepper-0:0.9.5-1.fc30.src python-dateutil-1:2.7.3-1.fc30.src python-pip-0:18.1-1.fc30.src statscache-0:0.0.4-9.fc29.src --- python-freezegun.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-freezegun.spec b/python-freezegun.spec index bfd4554..75cb9cf 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -5,7 +5,7 @@ %bcond_with python3 %endif -%if 0%{?rhel} > 7 || 0%{?fedora} >= 30 +%if 0%{?rhel} > 7 # Disable python2 build by default %bcond_with python2 %else @@ -17,7 +17,7 @@ Name: python-freezegun Version: 0.3.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} Group: Development/Libraries @@ -136,6 +136,9 @@ nosetests-%{python2_version} tests/ %endif # with python3 %changelog +* Fri Dec 14 2018 Miro HronĨok - 0.3.11-2 +- Enable py2 on all Fedoras, it is unfortunately still needed + * Sun Nov 11 2018 Ankur Sinha - 0.3.11-1 - Update to latest upstream release - Disable py2 on F30+