diff --git a/libplist.spec b/libplist.spec index 4bffdcf..85ed97e 100644 --- a/libplist.spec +++ b/libplist.spec @@ -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 - 2.0.0-5 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.0.0-4 - Python 2 binary package renamed to python2-libplist See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3