From d1fc70f7c9aa51488115c8ab9638865f1867b6de Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Fri, 17 Jul 2015 09:42:02 -0400 Subject: [PATCH] Add provides for python2-yaml (RHBZ#1241678) --- PyYAML.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index 56720e0..da293b3 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -6,7 +6,7 @@ Name: PyYAML Version: 3.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries @@ -18,6 +18,8 @@ BuildRequires: Cython BuildRequires: libyaml-devel Provides: python-yaml = %{version}-%{release} Provides: python-yaml%{?_isa} = %{version}-%{release} +Provides: python2-yaml = %{version}-%{release} +Provides: python2-yaml%{?_isa} = %{version}-%{release} %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -127,6 +129,9 @@ popd %changelog +* Fri Jul 17 2015 John Eckersberg - 3.11-9 +- Add provides for python2-yaml (RHBZ#1241678) + * Tue Jun 16 2015 Fedora Release Engineering - 3.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild