From 3e1f78f7d10ff62d4a9f9d85f2386a0db66974d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:41:50 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- PyYAML.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index 1b2dfb4..699663f 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -6,7 +6,7 @@ Name: PyYAML Version: 3.12 -Release: 6%{?dist} +Release: 7%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries @@ -45,6 +45,7 @@ Provides: python2-yaml = %{version}-%{release} Provides: python2-yaml%{?_isa} = %{version}-%{release} %{?python_provide:%python_provide python2-pyyaml} # Remove before F30 +Provides: PyYAML = %{version}-%{release} Provides: PyYAML%{?_isa} = %{version}-%{release} Obsoletes: PyYAML < %{version}-%{release} @@ -132,6 +133,9 @@ popd %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 3.12-7 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 3.12-6 - Python 2 binary package renamed to python2-pyyaml See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3