Add Provides for the old name without %_isa
This commit is contained in:
parent
926be9b227
commit
a0d33a73d5
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libplist
|
||||
Version: 2.0.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Library for manipulating Apple Binary and XML Property Lists
|
||||
|
||||
License: LGPLv2+
|
||||
@ -28,6 +28,7 @@ Requires: pkgconfig
|
||||
%package -n python2-libplist
|
||||
%{?python_provide:%python_provide python2-libplist}
|
||||
# Remove before F30
|
||||
Provides: %{name}-python = %{version}-%{release}
|
||||
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-python < %{version}-%{release}
|
||||
Summary: Python2 bindings for libplist
|
||||
@ -82,6 +83,9 @@ make check
|
||||
%{python_sitearch}/plist*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.0-5
|
||||
- Add Provides for the old name without %%_isa
|
||||
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.0-4
|
||||
- Python 2 binary package renamed to python2-libplist
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user