Add Provides for the old name without %_isa

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-20 10:35:22 -04:00
parent 147d9caaec
commit 4e7b356165

View File

@ -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 <zbyszek@in.waw.pl> - 2.5.1-9
- Add Provides for the old name without %%_isa
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.5.1-8
- Python 2 binary package renamed to python2-lasso
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3