From 36361a9243fdda1019ac68b6313b9eeab7c94991 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 10 Mar 2020 08:24:15 +0100 Subject: [PATCH] Add back PyYAML provides on F31 and older There's still packages in the F31 repos that require PyYAML. --- PyYAML.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index 7f6da99..238bf25 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -7,7 +7,7 @@ Name: PyYAML Version: 5.3 -Release: 3%{?dist} +Release: 4%{?dist} %global uversion %{version} Summary: YAML parser and emitter for Python @@ -51,6 +51,8 @@ Provides: python-yaml = %{version}-%{release} Provides: python-yaml%{?_isa} = %{version}-%{release} Provides: python2-yaml = %{version}-%{release} Provides: python2-yaml%{?_isa} = %{version}-%{release} +Provides: PyYAML = %{version}-%{release} +Provides: PyYAML%{?_isa} = %{version}-%{release} %{?python_provide:%python_provide python2-pyyaml} %description -n python2-pyyaml %_description @@ -114,6 +116,9 @@ rm -rf ext/_yaml.c %changelog +* Tue Mar 10 2020 Kalev Lember - 5.3-4 +- Add back PyYAML provides on F31 and older + * Mon Mar 2 2020 John Eckersberg - 5.3-3 - Fix python2 on Fedora < 32 (rhbz#1808812)