diff --git python-adns/python-adns.spec python-adns/python-adns.spec.tmp index 602edeb393..28960e4b0e 100644 --- python-adns/python-adns.spec +++ python-adns/python-adns.spec.tmp @@ -3,7 +3,7 @@ Name: python-adns Version: 1.2.1 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Python interface for the GNU adns library Group: Development/Languages @@ -15,10 +15,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, adns-devel >= 1.2 -%description -The adns module provides an interface to the GNU ADNS asynchronous DNS +%global _description\ +The adns module provides an interface to the GNU ADNS asynchronous DNS\ resolver library. +%description %_description + +%package -n python2-adns +Summary: %summary +%{?python_provide:%python_provide python2-adns} + +%description -n python2-adns %_description + %prep %setup -q -n %{srcname}-%{version} @@ -32,12 +40,16 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-adns %defattr(-,root,root) %doc GPL README %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.1-21 +- Python 2 binary package renamed to python2-adns + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.2.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild