Add Provides for the old name without %_isa

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-20 10:43:20 -04:00
parent 4fa8e8db01
commit 3b7dc70d71

View File

@ -1,6 +1,6 @@
Name: stfl
Version: 0.22
Release: 24%{?dist}
Release: 25%{?dist}
Summary: The Structured Terminal Forms Language/Library
Group: System Environment/Libraries
@ -44,6 +44,7 @@ Perl binding for STFL
%package -n python2-stfl
%{?python_provide:%python_provide python2-stfl}
# Remove before F30
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python binding for STFL
@ -146,6 +147,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
%changelog
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.22-25
- Add Provides for the old name without %%_isa
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.22-24
- Python 2 binary package renamed to python2-stfl
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3