Add Provides for the old name without %_isa

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-20 10:41:58 -04:00
parent 8219437cfe
commit f6cda7ba37

View File

@ -6,7 +6,7 @@
Name: sanlock
Version: 3.5.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A shared storage lock manager
Group: System Environment/Base
@ -166,6 +166,7 @@ access to the shared disks.
%package -n python2-sanlock
%{?python_provide:%python_provide python2-sanlock}
# Remove before F30
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python bindings for the sanlock library
@ -282,6 +283,9 @@ common sanlock lockspace.
%changelog
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.5.0-5
- Add Provides for the old name without %%_isa
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.5.0-4
- Python 2 binary package renamed to python2-sanlock
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3