diff --git a/python-dns.spec b/python-dns.spec index 3140e5e..704df1a 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -16,8 +16,8 @@ manipulation of DNS zones, messages, names, and records. \ %bcond_without python3 -# Drop Python 2 with Fedora 32 and EL8 -%if (0%{?fedora} && 0%{?fedora} < 32) || (0%{?rhel} && 0%{?rhel} < 8) +# Drop Python 2 with EL8 +%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} < 8) %bcond_without python2 %else %bcond_with python2 @@ -25,7 +25,7 @@ manipulation of DNS zones, messages, names, and records. \ Name: python-%{py_package_name} Version: 1.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{summary} License: MIT @@ -173,6 +173,9 @@ find examples -type f | xargs chmod a-x %changelog +* Tue Aug 20 2019 Miro Hrončok - 1.16.0-3 +- Reintroduce dropped python2-dns, it is still needed + * Mon Aug 19 2019 Miro Hrončok - 1.16.0-2 - Rebuilt for Python 3.8