[openstack-keystone/el6] add lookup for correct version of python-routes

Pádraig Brady pbrady at fedoraproject.org
Sun Apr 29 23:35:42 UTC 2012


commit f35d478941a289f019ac346c655f15952f5f027f
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Apr 30 00:31:04 2012 +0100

    add lookup for correct version of python-routes

 openstack-keystone-newdeps.patch |    3 ++-
 openstack-keystone.spec          |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openstack-keystone-newdeps.patch b/openstack-keystone-newdeps.patch
index 1479d35..4271c69 100644
--- a/openstack-keystone-newdeps.patch
+++ b/openstack-keystone-newdeps.patch
@@ -1,6 +1,6 @@
 --- keystone-2012.1/keystone/__init__.py.newdeps	2012-02-29 11:16:06.000000000 +0100
 +++ keystone-2012.1/keystone/__init__.py	2012-03-01 22:42:08.546503618 +0100
-@@ -0,0 +1,28 @@
+@@ -0,0 +1,29 @@
 +import sys
 +import pkg_resources
 +
@@ -22,6 +22,7 @@
 +
 +replace_dist("WebOb >= 1.0")
 +replace_dist("SQLAlchemy >= 0.6.3")
++replace_dist("Routes >= 1.12.3")
 +
 +replace_dist("PasteDeploy >= 1.5.0")
 +# This hack is needed because replace_dist() results in
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index 685d2f1..e4ea5ce 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -11,7 +11,7 @@
 
 Name:           openstack-keystone
 Version:        2012.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 #Release:       0.1.%{release_letter}%{milestone}%{?dist}
 Summary:        OpenStack Identity Service
 
@@ -204,6 +204,9 @@ fi
 %{python_sitelib}/keystone-%{version}-*.egg-info
 
 %changelog
+* Sun Apr 29 2012 Pádraig Brady <P at draigBrady.com> 2012.1-3
+- Add the lookup for the parallel install of python-routes
+
 * Thu Apr 26 2012 Pádraig Brady <P at draigBrady.com> 2012.1-2
 - Use parallel installed versions of python-paste-deploy and python-routes
 


More information about the scm-commits mailing list