X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=rpm%2FSOURCES%2F0001-use-parallel-installed-versions-in-RHEL6.patch;h=0d2dbd4ae0a635e5cd50d384645c7590d4e1b62f;hb=refs%2Fheads%2Fopenstack-ci%2Fbuild%2Fhavana;hp=7e61ab7578b317abe0ae1a56125bf5b382de09c6;hpb=b6d392370814f21b32ba5f5325a1ebaa1241e103;p=openstack-build%2Fneutron-build.git diff --git a/rpm/SOURCES/0001-use-parallel-installed-versions-in-RHEL6.patch b/rpm/SOURCES/0001-use-parallel-installed-versions-in-RHEL6.patch index 7e61ab757..0d2dbd4ae 100644 --- a/rpm/SOURCES/0001-use-parallel-installed-versions-in-RHEL6.patch +++ b/rpm/SOURCES/0001-use-parallel-installed-versions-in-RHEL6.patch @@ -1,20 +1,20 @@ -From a62cd977bcf59cfd6b40cfc607364ab698443b85 Mon Sep 17 00:00:00 2001 +From 9e51bf76149105791742f84a4a639f9a0f661aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Fri, 13 Apr 2012 17:24:40 +0100 Subject: [PATCH] use parallel installed versions in RHEL6 -of webob sqlalchemy python-routes and paste-deploy +of webob sqlalchemy python-routes paste-deploy python-jinja2-26 Change-Id: I290f56eae61c87893639a9e5d29f7fff760452cf --- - quantum/__init__.py | 30 ++++++++++++++++++++++++++++++ - 1 files changed, 30 insertions(+), 0 deletions(-) + neutron/__init__.py | 31 +++++++++++++++++++++++++++++++ + 1 file changed, 31 insertions(+) -diff --git a/quantum/__init__.py b/quantum/__init__.py -index 25ce3af..eb5a3fa 100644 ---- a/quantum/__init__.py -+++ b/quantum/__init__.py -@@ -15,6 +15,36 @@ +diff --git a/neutron/__init__.py b/neutron/__init__.py +index b2c81bd..fef4d32 100644 +--- a/neutron/__init__.py ++++ b/neutron/__init__.py +@@ -15,6 +15,37 @@ # License for the specific language governing permissions and limitations # under the License. @@ -37,9 +37,10 @@ index 25ce3af..eb5a3fa 100644 + # and the associated pkg_resources.working_set.entries + return pkg_resources.require(requirement) + -+replace_dist("WebOb >= 1.0") ++replace_dist("WebOb >= 1.2") +replace_dist("SQLAlchemy >= 0.6.3") +replace_dist("Routes >= 1.12.3") ++replace_dist("Jinja2 >= 2.6") + +replace_dist("PasteDeploy >= 1.5.0") +# This hack is needed because replace_dist() results in