[deltacloud-core/f16] Fixed Rabbit validation bug when switching providers (#750920)

Michal Fojtik mfojtik at fedoraproject.org
Wed Nov 9 14:48:41 UTC 2011


commit 10ef8d3187a6bc83b2d5514955d6c816e01b759d
Author: Michal Fojtik <mi at mifo.sk>
Date:   Wed Nov 9 15:48:07 2011 +0100

    Fixed Rabbit validation bug when switching providers (#750920)

 .gitignore           |    1 +
 deltacloud-core.spec |    5 +++++
 sources              |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fec2751..3093712 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /0002-Google-storage-driver.patch
 /0001-Vsphere-Removed-unnecessary-validation-in-create_ins.patch
 /0003-Openstack-driver.patch
+/0004-Fixed-validation-error.patch
diff --git a/deltacloud-core.spec b/deltacloud-core.spec
index e6ecb8c..482cfa6 100644
--- a/deltacloud-core.spec
+++ b/deltacloud-core.spec
@@ -15,6 +15,7 @@ Patch1: 0002-Google-storage-driver.patch
 Patch2: 0001-Backported-r1181859-patches.patch
 Patch3: 0001-Vsphere-Removed-unnecessary-validation-in-create_ins.patch
 Patch4: 0003-Openstack-driver.patch
+Patch5: 0004-Fixed-validation-error.patch
 Requires: rubygems
 Requires: ruby(abi) = 1.8
 Requires: rubygem(haml)
@@ -217,6 +218,7 @@ pushd %{_builddir}/%{name}-%{version}
 %patch2 -p2
 %patch3 -p2
 %patch4 -p2
+%patch5 -p2
 popd
 
 %build
@@ -349,6 +351,9 @@ fi
 %{app_root}/config/drivers/google.yaml
 
 %changelog
+* Tue Nov 08 2011 Michal Fojtik <mfojtik at redhat.com> - 0.4.1-5
+- Backported validation fix for Rabbit BZ:750920
+
 * Tue Nov 08 2011 Michal Fojtik <mfojtik at redhat.com> - 0.4.1-4
 - Backported OpenStack driver
 
diff --git a/sources b/sources
index 5a03d5f..6814c07 100644
--- a/sources
+++ b/sources
@@ -3,3 +3,4 @@ c29d9bd8b82d4c8f1c5ac7c69b3e9b22  0001-Backported-r1181859-patches.patch
 5a110ceb808d751cf9ce8fd5497847bb  0002-Google-storage-driver.patch
 360b8ee6e41b4357fe1b2dfa72efa1c0  0001-Vsphere-Removed-unnecessary-validation-in-create_ins.patch
 2f97b62591116a380b319f5beb80f9d9  0003-Openstack-driver.patch
+0b8351b632963e0818f74cfdaad02e20  0004-Fixed-validation-error.patch


More information about the scm-commits mailing list