diff --git libnl3/libnl3.spec libnl3/libnl3.spec.tmp index 686bf9ba36..d67e79d83b 100644 --- libnl3/libnl3.spec +++ libnl3/libnl3.spec.tmp @@ -1,6 +1,6 @@ Name: libnl3 Version: 3.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Convenience library for kernel netlink sockets Group: Development/Libraries License: LGPLv2 @@ -52,12 +52,13 @@ Requires: %{name} = %{version}-%{release} %description doc This package contains libnl3 API documentation -%package -n python-libnl3 +%package -n python2-libnl3 +%{?python_provide:%python_provide python2-libnl3} Summary: libnl3 binding for Python 2 Group: Development/Libraries Requires: %{name} = %{version}-%{release} -%description -n python-libnl3 +%description -n python2-libnl3 Python 2 bindings for libnl3 %package -n python3-libnl3 @@ -141,7 +142,7 @@ popd %doc libnl-doc-%{fullversion}/images/icons/callouts/* %doc libnl-doc-%{fullversion}/api/* -%files -n python-libnl3 +%files -n python2-libnl3 %defattr(-,root,root,-) %{python2_sitearch}/netlink %{python2_sitearch}/netlink-*.egg-info @@ -152,6 +153,10 @@ popd %{python3_sitearch}/netlink-*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 3.3.0-4 +- Python 2 binary package renamed to python2-libnl3 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 3.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild