diff --git a/sanlock.spec b/sanlock.spec index ec68b08..fe21079 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -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 - 3.5.0-5 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 3.5.0-4 - Python 2 binary package renamed to python2-sanlock See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3