Add Provides for the old name without %_isa

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-20 10:42:41 -04:00
parent ea759a7fb6
commit 939cf06bfb

View File

@ -26,7 +26,7 @@
Name: satyr
Version: 0.23
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports
Group: System Environment/Libraries
License: GPLv2+
@ -69,6 +69,7 @@ Development libraries and headers for %{name}.
%package -n python2-satyr
%{?python_provide:%python_provide python2-satyr}
# Remove before F30
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python bindings for %{name}
@ -146,6 +147,9 @@ make check || {
%endif
%changelog
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.23-8
- Add Provides for the old name without %%_isa
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.23-7
- Python 2 binary package renamed to python2-satyr
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3