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+