diff --git satyr/satyr.spec satyr/satyr.spec.tmp index c8e8bc5e94..f5d67e4ec0 100644 --- satyr/satyr.spec +++ satyr/satyr.spec.tmp @@ -26,7 +26,7 @@ Name: satyr Version: 0.23 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools to create anonymous, machine-friendly problem reports Group: System Environment/Libraries License: GPLv2+ @@ -66,12 +66,16 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development libraries and headers for %{name}. -%package python +%package -n python2-satyr +%{?python_provide:%python_provide python2-satyr} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python bindings for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} -%description python +%description -n python2-satyr Python bindings for %{name}. %if 0%{?with_python3} @@ -127,7 +131,7 @@ make check || { %{_libdir}/libsatyr.so %{_libdir}/pkgconfig/satyr.pc -%files python +%files -n python2-satyr %dir %{python_sitearch}/%{name} %{python_sitearch}/%{name}/* @@ -142,6 +146,10 @@ make check || { %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.23-4 +- Python 2 binary package renamed to python2-satyr + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild