[PyYAML/f17] Add Provides for python-yaml (BZ#740390)

John Eckersberg jeckersb at fedoraproject.org
Fri Apr 27 18:05:06 UTC 2012


commit 927b2d9c90e03ed2582fa779c6b6ff30eb1cb182
Author: John Eckersberg <jeckersb at redhat.com>
Date:   Fri Apr 27 14:04:52 2012 -0400

    Add Provides for python-yaml (BZ#740390)

 PyYAML.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/PyYAML.spec b/PyYAML.spec
index 47d303e..3d909e7 100644
--- a/PyYAML.spec
+++ b/PyYAML.spec
@@ -6,7 +6,7 @@
 
 Name:           PyYAML
 Version:        3.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        YAML parser and emitter for Python
 
 Group:          Development/Libraries
@@ -15,6 +15,8 @@ URL:            http://pyyaml.org/
 Source0:        http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  python-devel, python-setuptools, libyaml-devel
+Provides:       python-yaml = %{version}-%{release}
+Provides:       python-yaml = %{version}-%{release}%{?_isa}
 %if 0%{?with_python3}
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
@@ -102,6 +104,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Apr 27 2012 John Eckersberg <jeckersb at redhat.com> - 3.10-3
+- Add Provides for python-yaml (BZ#740390)
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list