[python-pyramid/el6] Added version numbers for required packages

Tomas Dabasinskas tdabasin at fedoraproject.org
Wed Oct 3 00:19:41 UTC 2012


commit c66723822e1baea00ec7a36afc7c669aa818926d
Author: Tomas Dabasinskas <tomas at redhat.com>
Date:   Wed Oct 3 00:16:54 2012 +1000

    Added version numbers for required packages

 python-pyramid.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/python-pyramid.spec b/python-pyramid.spec
index b2f0cd3..6b78f85 100644
--- a/python-pyramid.spec
+++ b/python-pyramid.spec
@@ -31,7 +31,7 @@ BuildRequires:  python-chameleon >= 1.2.3
 BuildRequires:  python-mako >= 0.3.6
 BuildRequires:  python-paste > 1.7
 BuildRequires:  python-paste-deploy
-BuildRequires:  python-paste-script
+BuildRequires:  python-paste-script >= 1.7.4
 BuildRequires:  python-setuptools
 BuildRequires:  python-zope-component >= 3.6.0
 BuildRequires:  python-zope-interface >= 3.5.1
@@ -45,12 +45,12 @@ Requires:       python-chameleon >= 1.2.3
 Requires:       python-mako >= 0.3.6
 Requires:       python-paste > 1.7
 Requires:       python-paste-deploy
-Requires:       python-paste-script
+Requires:       python-paste-script >= 1.7.4
 Requires:       python-setuptools
-Requires:       python-zope-component
+Requires:       python-zope-component >= 3.6.0
 Requires:       python-zope-interface >= 3.5.1
 Requires:       python-translationstring
-Requires:       python-venusian
+Requires:       python-venusian >= 1.0
 Requires:       python-repoze-lru
 Requires:       python-zope-configuration
 Requires:       python-zope-deprecation
@@ -60,8 +60,8 @@ Requires:       python-zope-deprecation
 BuildRequires:  python-webob1.2
 Requires:       python-webob1.2
 %else
-BuildRequires:  python-webob
-Requires:       python-webob
+BuildRequires:  python-webob >= 1.0.2
+Requires:       python-webob >= 1.0.2
 %endif
 
 
@@ -104,6 +104,7 @@ rm -rf %{buildroot}
 - Added patch to change install requires from python-paste-script >= 1.7.4
   to python-paste-script >= 1.7.3, python-paste-script is provided by Red Hat
   patch applied if running on rhel
+- Added version numbers for required packages
   
 * Thu Sep 26 2012 Tomas Dabasinskas <tomas at redhat.com> - 1.2.7-4
 - For requires, changed python-webob package to python-webob1.2


More information about the scm-commits mailing list