Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-06 00:39:27 +01:00
parent 6197b6bb16
commit 99878a79b9

View File

@ -26,7 +26,7 @@
Summary: Low-level DNS(SEC) library with API
Name: ldns
Version: 1.7.0
Release: 10%{?dist}
Release: 11%{?dist}
License: BSD
Url: http://www.nlnetlabs.nl/%{name}/
@ -49,7 +49,7 @@ BuildRequires: doxygen
# for snapshots only
# BuildRequires: libtool, autoconf, automake
%if %{with_python}
BuildRequires: python-devel, swig
BuildRequires: python2-devel, swig
%endif
%if %{with_perl}
BuildRequires: perl-devel
@ -276,6 +276,10 @@ rm -rf %{buildroot}
%doc doc
%changelog
* Fri Jan 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.7.0-11
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Thu Nov 09 2017 Petr Menšík <pemensik@redhat.com> - 1.7.0-10
- Fix memory corruption in ldns_str2rdf_long_str (#1511046)