From 8fa8e34e801de3d497c36cd585aeb2864fd9487a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:42:16 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- rrdtool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rrdtool.spec b/rrdtool.spec index 2142f66..c40ad54 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -17,7 +17,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.7.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -91,6 +91,7 @@ The Perl RRDtool bindings %package -n python2-rrdtool %{?python_provide:%python_provide python2-rrdtool} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python RRDtool bindings @@ -393,6 +394,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.7.0-6 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.7.0-5 - Python 2 binary package renamed to python2-rrdtool See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3