diff --git a/python-humanize.spec b/python-humanize.spec index 5b3c80f..390a1e3 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 +%if 0%{?fedora} > 12 || 0%{?rhel} > 7 %global with_python3 1 %endif @@ -14,7 +14,7 @@ Name: python-humanize Version: 0.5.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Turns dates in to human readable format, e.g '3 minutes ago' License: MIT @@ -131,6 +131,9 @@ popd %endif %changelog +* Thu Dec 07 2017 Merlin Mathesius - 0.5.1-10 +- Cleanup spec file conditionals + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.5.1-9 - Python 2 binary package renamed to python2-humanize See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3