diff --git unbound/unbound.spec unbound/unbound.spec.tmp index 1ce00b2b3c..7acdc2ad39 100644 --- unbound/unbound.spec +++ unbound/unbound.spec.tmp @@ -21,7 +21,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.6.4 -Release: 3%{?extra_version:.%{extra_version}}%{?dist} +Release: 4%{?extra_version:.%{extra_version}}%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz @@ -112,14 +112,15 @@ Requires(pre): shadow-utils Contains libraries used by the unbound server and client applications %if 0%{with_python} -%package -n python-unbound +%package -n python2-unbound +%{?python_provide:%python_provide python2-unbound} Summary: Python 2 modules and extensions for unbound Group: Applications/System Requires: %{name}-libs%{?_isa} = %{version}-%{release} Provides: unbound-python = %{version}-%{release} Obsoletes: unbound-python < %{version}-%{release} -%description -n python-unbound +%description -n python2-unbound Python 2 modules and extensions for unbound %endif # with_python @@ -399,7 +400,7 @@ popd %{_mandir}/man8/* %if 0%{with_python} -%files -n python-unbound +%files -n python2-unbound %license pythonmod/LICENSE %{python2_sitearch}/* %doc libunbound/python/examples/* @@ -445,6 +446,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.6.4-4 +- Python 2 binary package renamed to python2-unbound + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild