Add provides for python3-yaml (RHBZ#1288807)

This commit is contained in:
John Eckersberg 2015-12-08 09:28:04 -05:00
parent 4dac1c6599
commit 6c051beba2

View File

@ -6,7 +6,7 @@
Name: PyYAML
Version: 3.11
Release: 10%{?dist}
Release: 11%{?dist}
Summary: YAML parser and emitter for Python
Group: Development/Libraries
@ -50,6 +50,8 @@ configuration files to object serialization and persistance.
%package -n python3-PyYAML
Summary: YAML parser and emitter for Python
Group: Development/Libraries
Provides: python3-yaml = %{version}-%{release}
Provides: python3-yaml%{?_isa} = %{version}-%{release}
%description -n python3-PyYAML
YAML is a data serialization format designed for human readability and
@ -129,6 +131,9 @@ popd
%changelog
* Tue Dec 8 2015 John Eckersberg <eck@redhat.com> - 3.11-11
- Add provides for python3-yaml (RHBZ#1288807)
* Tue Nov 03 2015 Robert Kuska <rkuska@redhat.com> - 3.11-10
- Rebuilt for Python3.5 rebuild