Reintroduce dropped python2-dns, it is still needed

This commit is contained in:
Miro Hrončok 2019-08-20 17:21:54 +02:00
parent 599ee9b76a
commit 9e45372062
1 changed files with 6 additions and 3 deletions

View File

@ -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 <mhroncok@redhat.com> - 1.16.0-3
- Reintroduce dropped python2-dns, it is still needed
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.16.0-2
- Rebuilt for Python 3.8