Reintroduce dropped python2-dns, it is still needed
This commit is contained in:
parent
599ee9b76a
commit
9e45372062
@ -16,8 +16,8 @@ manipulation of DNS zones, messages, names, and records. \
|
|||||||
|
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
|
|
||||||
# Drop Python 2 with Fedora 32 and EL8
|
# Drop Python 2 with EL8
|
||||||
%if (0%{?fedora} && 0%{?fedora} < 32) || (0%{?rhel} && 0%{?rhel} < 8)
|
%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} < 8)
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%else
|
%else
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
@ -25,7 +25,7 @@ manipulation of DNS zones, messages, names, and records. \
|
|||||||
|
|
||||||
Name: python-%{py_package_name}
|
Name: python-%{py_package_name}
|
||||||
Version: 1.16.0
|
Version: 1.16.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -173,6 +173,9 @@ find examples -type f | xargs chmod a-x
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.16.0-2
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user