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