diff --git a/PyYAML.spec b/PyYAML.spec index b8bb34f..c3cdc84 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -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 - 3.11-11 +- Add provides for python3-yaml (RHBZ#1288807) + * Tue Nov 03 2015 Robert Kuska - 3.11-10 - Rebuilt for Python3.5 rebuild