Add Provides for the old name without %_isa
This commit is contained in:
parent
ea759a7fb6
commit
939cf06bfb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user