From 6c051beba24656a4513e0184f72e3fb516af20d7 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 8 Dec 2015 09:28:04 -0500 Subject: [PATCH] Add provides for python3-yaml (RHBZ#1288807) --- PyYAML.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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