[python-pyramid] Require python-webob >= 1.2 instead of the python-webob1.2 package

Luke Macken lmacken at fedoraproject.org
Fri Apr 5 20:29:57 UTC 2013


commit 914085d315e8902614e61a8cf54d8dbc2d28c059
Author: Luke Macken <lmacken at redhat.com>
Date:   Fri Apr 5 16:29:45 2013 -0400

    Require python-webob >= 1.2 instead of the python-webob1.2 package

 python-pyramid.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-pyramid.spec b/python-pyramid.spec
index 38cfd5d..5536784 100644
--- a/python-pyramid.spec
+++ b/python-pyramid.spec
@@ -6,7 +6,7 @@
 
 Name:           python-%{modname}
 Version:        1.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        The Pyramid web application framework, a Pylons project
 
 Group:          Development/Libraries
@@ -38,8 +38,8 @@ Requires:       python-repoze-lru
 Requires:       python-zope-configuration
 Requires:       python-zope-deprecation >= 3.5.0
 
-BuildRequires:  python-webob1.2
-Requires:       python-webob1.2
+BuildRequires:  python-webob >= 1.2
+Requires:       python-webob >= 1.2
 
 # Handle forwards-compat packages for rhel/el6
 %if 0%{?rhel} && 0%{?rhel} <= 6
@@ -77,7 +77,7 @@ BuildRequires:  python3-venusian >= 1.0
 BuildRequires:  python3-repoze-lru
 BuildRequires:  python3-zope-configuration
 BuildRequires:  python3-zope-deprecation >= 3.5.0
-BuildRequires:  python3-webob1.2
+BuildRequires:  python3-webob >= 1.2
 BuildRequires:  python3-webtest
 BuildRequires:  python3-mako
 BuildRequires:  python3-zope-interface
@@ -195,6 +195,9 @@ popd
 %endif
 
 %changelog
+* Fri Apr  5 2013 Luke Macken <lmacken at redhat.com> - 1.4-7
+- Require python-webob >= 1.2 instead of the python-webob1.2 package
+
 * Wed Feb 27 2013 Ralph Bean <rbean at redhat.com> - 1.4-6
 - Reenabled the python3 subpackage.
 - Correctly prefixed python3 executables.


More information about the scm-commits mailing list