diff --git hokuyoaist/hokuyoaist.spec hokuyoaist/hokuyoaist.spec.tmp index 719326a575..de0af5a0fa 100644 --- hokuyoaist/hokuyoaist.spec +++ hokuyoaist/hokuyoaist.spec.tmp @@ -3,7 +3,7 @@ Name: hokuyoaist Version: 3.0.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Hokuyo Laser SCIP driver License: LGPLv3 @@ -41,11 +41,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development libraries and header files for %{name} -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python bindings for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -%description -n python-%{name} +%description -n python2-%{name} Python bindings for %{name} %prep @@ -89,10 +90,14 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-3 %{_libdir}/pkgconfig/*.pc %{_libdir}/%{name} -%files -n python-%{name} +%files -n python2-%{name} %{python_sitearch}/*.so %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 3.0.2-20 +- Python 2 binary package renamed to python2-hokuyoaist + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 3.0.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild