From a0d33a73d5a5309cfd0c31aebf4c6a07c900d553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:36:59 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- libplist.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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