From f3256ffb2c251b8e3b270418b2e88807db4ce5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:33:39 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- graphviz.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graphviz.spec b/graphviz.spec index 75895cd..6aebbbe 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -49,7 +49,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.40.1 -Release: 11%{?dist} +Release: 12%{?dist} Group: Applications/Multimedia License: EPL URL: http://www.graphviz.org/ @@ -215,6 +215,7 @@ PHP extension for graphviz. %package -n python2-graphviz %{?python_provide:%python_provide python2-graphviz} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Group: Applications/Multimedia @@ -558,6 +559,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3tcl* %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 2.40.1-12 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.40.1-11 - Python 2 binary package renamed to python2-graphviz See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3