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