From 99878a79b980d3b80b2970d1de4c797791d31add Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Sat, 6 Jan 2018 00:39:27 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- ldns.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)