From 9d377f733b31803c1ab3756291674ddd402842cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:36:32 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- libiptcdata.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libiptcdata.spec b/libiptcdata.spec index 00a462d..4d56fd3 100644 --- a/libiptcdata.spec +++ b/libiptcdata.spec @@ -4,7 +4,7 @@ Name: libiptcdata Version: 1.0.4 -Release: 19%{?dist} +Release: 20%{?dist} Summary: IPTC tag library Group: Development/Libraries @@ -36,6 +36,7 @@ that you can use to develop libiptcdata applications. %package -n python2-libiptcdata %{?python_provide:%python_provide python2-libiptcdata} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python bindings for libiptcdata @@ -89,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.so %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.0.4-20 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.0.4-19 - Python 2 binary package renamed to python2-libiptcdata See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3