diff --git a/ldns.spec b/ldns.spec index 668a213..152f1ce 100644 --- a/ldns.spec +++ b/ldns.spec @@ -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 - 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 - 1.7.0-10 - Fix memory corruption in ldns_str2rdf_long_str (#1511046)