diff --git a/python-netaddr.spec b/python-netaddr.spec index 1ddf91c..70c5a9c 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -1,10 +1,10 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif Name: python-netaddr Version: 0.7.19 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A pure Python network address representation and manipulation library License: BSD @@ -129,6 +129,9 @@ LANG=en_US.UTF-8 py.test-%{python3_version} %endif %changelog +* Fri Sep 29 2017 Troy Dawson - 0.7.19-5 +- Cleanup spec file conditionals + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.7.19-4 - Python 2 binary package renamed to python2-netaddr See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3