diff --git libdnet/libdnet.spec libdnet/libdnet.spec.tmp index 49d9d1131e..3806a7e128 100644 --- libdnet/libdnet.spec +++ libdnet/libdnet.spec.tmp @@ -2,7 +2,7 @@ Summary: Simple portable interface to lowlevel networking routines Name: libdnet Version: 1.12 -Release: 21%{?dist} +Release: 22%{?dist} License: BSD URL: http://code.google.com/p/%{name}/ @@ -34,12 +34,16 @@ Requires: %{name} = %{version}-%{release} %description progs %{summary}. -%package python +%package -n python2-libdnet +%{?python_provide:%python_provide python2-libdnet} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python bindings for libdnet Requires: %{name} = %{version}-%{release} BuildRequires: python-devel -%description python +%description -n python2-libdnet %{summary}. %prep @@ -83,10 +87,14 @@ popd %{_sbindir}/* %{_mandir}/man8/*.8* -%files python +%files -n python2-libdnet %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.12-22 +- Python 2 binary package renamed to python2-libdnet + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.12-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild