diff --git a/lasso.spec b/lasso.spec index 3fb6f37..7866c36 100644 --- a/lasso.spec +++ b/lasso.spec @@ -15,7 +15,7 @@ Summary: Liberty Alliance Single Sign On Name: lasso Version: 2.5.1 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: System Environment/Libraries Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz @@ -99,6 +99,7 @@ PHP language bindings for the lasso (Liberty Alliance Single Sign On) library. %package -n python2-lasso %{?python_provide:%python_provide python2-lasso} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Liberty Alliance Single Sign On (lasso) Python bindings @@ -230,6 +231,9 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name} %endif %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 2.5.1-9 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.5.1-8 - Python 2 binary package renamed to python2-lasso See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3