From 29c0a6a545fcee77bd9733ca5d79b089b31458d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 19 Aug 2017 09:38:32 -0400 Subject: [PATCH] Python 2 binary package renamed to python2-ldns --- ldns.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ldns.spec b/ldns.spec index 62ed90b..10f15ab 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: 7%{?dist} +Release: 8%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ @@ -81,13 +81,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Collection of tools to get, check or alter DNS(SEC) data. %if %{with_python} -%package -n python-ldns +%package -n python2-ldns +%{?python_provide:%python_provide python2-ldns} Summary: Python extensions for ldns Group: Applications/System Requires: %{name}%{?_isa} = %{version}-%{release} -%description -n python-ldns +%description -n python2-ldns Python extensions for ldns %endif @@ -257,7 +258,7 @@ rm -rf %{buildroot} %{_mandir}/man3/* %if %{with_python} -%files -n python-ldns +%files -n python2-ldns %{python_sitearch}/* %endif @@ -271,6 +272,10 @@ rm -rf %{buildroot} %doc doc %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.0-8 +- Python 2 binary package renamed to python2-ldns + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.7.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild