diff --git ldns/ldns.spec ldns/ldns.spec.tmp index 62ed90b51a..bc0c7e9d21 100644 --- ldns/ldns.spec +++ ldns/ldns.spec.tmp @@ -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 12 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