Add provides for python2-yaml (RHBZ#1241678)

This commit is contained in:
John Eckersberg 2015-07-17 09:42:02 -04:00
parent 58939d72e5
commit d1fc70f7c9

View File

@ -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 <eck@redhat.com> - 3.11-9
- Add provides for python2-yaml (RHBZ#1241678)
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild