[openstack-heat/el6-havana] Change webob requires to 1.2

Jeff Peeler jpeeler at fedoraproject.org
Tue Sep 24 18:40:02 UTC 2013


commit a91e2cfa6f6fbfac220d2959cfb4fc3557997e52
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Tue Sep 24 14:39:40 2013 -0400

    Change webob requires to 1.2

 openstack-heat.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/openstack-heat.spec b/openstack-heat.spec
index 6a3b9aa..593bc89 100644
--- a/openstack-heat.spec
+++ b/openstack-heat.spec
@@ -8,7 +8,7 @@
 Name:		openstack-heat
 Summary:	OpenStack Orchestration (heat)
 Version:	2013.2
-Release:	0.8.%{release_letter}%{milestone}%{?dist}
+Release:	0.9.%{release_letter}%{milestone}%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Base
 URL:		http://www.openstack.org
@@ -59,7 +59,7 @@ BuildRequires: python-sphinx10
 BuildRequires: python-paste-deploy1.5
 BuildRequires: python-routes1.12
 BuildRequires: python-sqlalchemy0.7
-BuildRequires: python-webob1.0
+BuildRequires: python-webob1.2
 
 BuildRequires: python-pbr
 BuildRequires: python-d2to1
@@ -193,7 +193,6 @@ Requires: python-neutronclient
 Requires: python-swiftclient
 Requires: python-migrate
 Requires: python-qpid
-Requires: python-webob
 Requires: python-six
 Requires: PyYAML
 Requires: m2crypto
@@ -205,7 +204,7 @@ Requires: python-babel
 Requires: python-paste-deploy1.5
 Requires: python-routes1.12
 Requires: python-sqlalchemy0.7
-Requires: python-webob1.0
+Requires: python-webob1.2
 
 Requires(pre): shadow-utils
 
@@ -381,6 +380,9 @@ fi
 
 
 %changelog
+* Mon Sep 23 2013 Jeff Peeler <jpeeler at redhat.com> 2013.2-0.9.b3
+- changed webob requires to 1.0 -> 1.2
+
 * Thu Sep 19 2013 Jeff Peeler <jpeeler at redhat.com> 2013.2-0.8.b3
 - fix the python-oslo-config dependency to cater for epoch
 - add api-paste-dist.ini to /usr/share/heat


More information about the scm-commits mailing list