[deltacloud-core/f16] Backported critical fix for VSphere driver

Michal Fojtik mfojtik at fedoraproject.org
Fri Oct 21 11:14:34 UTC 2011


commit 9ab865137c172fa05bc36edc6100063bb0d6726a
Author: Michal Fojtik <mi at mifo.sk>
Date:   Fri Oct 21 13:14:16 2011 +0200

    Backported critical fix for VSphere driver

 .gitignore                                         |    1 +
 ...UIDTools-instead-of-UUID-in-condor-driver.patch |   38 --------------------
 deltacloud-core.spec                               |    7 +++-
 sources                                            |    1 +
 4 files changed, 8 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02f302a..f016e63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /deltacloud-core-0.4.1.gem
 /0001-Backported-r1181859-patches.patch
 /0002-Google-storage-driver.patch
+/0001-Vsphere-Removed-unnecessary-validation-in-create_ins.patch
diff --git a/deltacloud-core.spec b/deltacloud-core.spec
index 5299d3f..04cb2e9 100644
--- a/deltacloud-core.spec
+++ b/deltacloud-core.spec
@@ -3,7 +3,7 @@
 Summary: Deltacloud REST API
 Name: deltacloud-core
 Version: 0.4.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: ASL 2.0 and MIT
 URL: http://incubator.apache.org/deltacloud
@@ -13,6 +13,7 @@ Source2: deltacloud-core.init
 Source3: deltacloud-core-config
 Patch1: 0002-Google-storage-driver.patch
 Patch2: 0001-Backported-r1181859-patches.patch
+Patch3: 0001-Vsphere-Removed-unnecessary-validation-in-create_ins.patch
 Requires: rubygems
 Requires: ruby(abi) = 1.8
 Requires: rubygem(haml)
@@ -203,6 +204,7 @@ gem unpack -V --target=%{_builddir} %{SOURCE0}
 pushd %{_builddir}/%{name}-%{version}
 %patch1 -p2
 %patch2 -p2
+%patch3 -p2
 popd
 
 %build
@@ -332,6 +334,9 @@ fi
 %{app_root}/config/drivers/google.yaml
 
 %changelog
+* Wed Oct 21 2011 Michal Fojtik <mfojtik at redhat.com> - 0.4.1-3
+- Backported fix for VSphere driver
+
 * Wed Oct 12 2011 Michal Fojtik <mfojtik at redhat.com> - 0.4.1-2
 - Backported latest fixes in hardware profiles
 - Backported Google Storage driver
diff --git a/sources b/sources
index 3cfe404..c3fdec9 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 83a4110796feece905c1911d8b7472d7  deltacloud-core-0.4.1.gem
 c29d9bd8b82d4c8f1c5ac7c69b3e9b22  0001-Backported-r1181859-patches.patch
 5a110ceb808d751cf9ce8fd5497847bb  0002-Google-storage-driver.patch
+360b8ee6e41b4357fe1b2dfa72efa1c0  0001-Vsphere-Removed-unnecessary-validation-in-create_ins.patch


More information about the scm-commits mailing list