[openstack-nova/el6-havana] Require webob1.2

Xavier Queralt Mateu xqueralt at fedoraproject.org
Fri Oct 18 11:48:41 UTC 2013


commit b3a620596fe358e46ab326769fd7251c0219772d
Author: Xavier Queralt <xqueralt at redhat.com>
Date:   Fri Oct 18 11:21:21 2013 +0200

    Require webob1.2

 openstack-nova-newdeps.patch |    4 ++--
 openstack-nova.spec          |    9 ++++++---
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/openstack-nova-newdeps.patch b/openstack-nova-newdeps.patch
index aad05f7..e672beb 100644
--- a/openstack-nova-newdeps.patch
+++ b/openstack-nova-newdeps.patch
@@ -37,8 +37,8 @@ index e21bdd7..ee3e322 100644
 +            # and the associated pkg_resources.working_set.entries
 +            return pkg_resources.require(requirement)
 +
-+replace_dist("WebOb >= 1.0")
-+replace_dist("SQLAlchemy >= 0.6.3")
++replace_dist("WebOb >= 1.2")
++replace_dist("SQLAlchemy >= 0.7.8")
 +replace_dist("Routes >= 1.12.3")
 +replace_dist("Jinja2 >= 2.6")
 +
diff --git a/openstack-nova.spec b/openstack-nova.spec
index a1b255d..f44094a 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2013.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -72,7 +72,7 @@ BuildRequires:    python-d2to1
 BuildRequires:    python-paste-deploy1.5
 BuildRequires:    python-routes1.12
 BuildRequires:    python-sqlalchemy0.7
-BuildRequires:    python-webob1.0
+BuildRequires:    python-webob1.2
 BuildRequires:    python-jinja2-26
 
 Requires:         openstack-nova-compute = %{version}-%{release}
@@ -381,7 +381,7 @@ Requires:         python-migrate
 
 Requires:         python-paste-deploy1.5
 Requires:         python-routes1.12
-Requires:         python-webob1.0
+Requires:         python-webob1.2
 
 Requires:         python-glanceclient >= 1:0
 Requires:         python-neutronclient
@@ -927,6 +927,9 @@ fi
 %endif
 
 %changelog
+* Fri Oct 18 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-2
+- require webob1.2
+
 * Thu Oct 17 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-1
 - Update to Havana final
 


More information about the scm-commits mailing list