diff --git python-libasyncns/python-libasyncns.spec python-libasyncns/python-libasyncns.spec.tmp index 00804be284..d607c9b561 100644 --- python-libasyncns/python-libasyncns.spec +++ python-libasyncns/python-libasyncns.spec.tmp @@ -2,7 +2,7 @@ Name: python-libasyncns Version: 0.7.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Python binding for libasyncns Group: Development/Languages @@ -13,9 +13,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel libasyncns-devel >= 0.4 -%description +%global _description\ Python binding for the libasyncns asynchronous name service query library. +%description %_description + +%package -n python2-libasyncns +Summary: %summary +%{?python_provide:%python_provide python2-libasyncns} + +%description -n python2-libasyncns %_description + %prep %setup -q -n libasyncns-python-%{version} @@ -36,13 +44,17 @@ find $RPM_BUILD_ROOT%{_libdir} -type f -exec chmod 0755 '{}' \; rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-libasyncns %defattr(-,root,root,-) %doc README LICENSE %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.1-18 +- Python 2 binary package renamed to python2-libasyncns + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.7.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild