[deltacloud-core/f16] Backported fixed

Michal Fojtik mfojtik at fedoraproject.org
Tue Jul 10 14:30:23 UTC 2012


commit ec3d42d1a63770cb469a0d4b4d1247de8d927677
Author: Michal <mi at mifo.sk>
Date:   Tue Jul 10 16:20:00 2012 +0200

    Backported fixed

 .gitignore           |    2 ++
 deltacloud-core.spec |   31 ++++++++++++++++++++++++++++++-
 sources              |    2 ++
 3 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cdfc92..274013f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@
 /0006-Core-Fixed-typo-in-launcher.patch
 /0007-Fixed-float-value-in-mock.patch
 /0008-Disabled-version-check-in-RHEVM.patch
+/0.5.0-9-b922f47472fdb35db2cd36be58bbfd35412515fb.patch
+/0.5.0-8-30cbc71f61a9f8f02d1da62d1710b95cd7a364e7.patch
diff --git a/deltacloud-core.spec b/deltacloud-core.spec
index f12a6eb..4a85137 100644
--- a/deltacloud-core.spec
+++ b/deltacloud-core.spec
@@ -3,7 +3,7 @@
 Summary: Deltacloud REST API
 Name: deltacloud-core
 Version: 0.5.0
-Release: 2%{?dist}
+Release: 9%{?dist}
 Group: Development/Languages
 License: ASL 2.0 and MIT
 URL: http://incubator.apache.org/deltacloud
@@ -16,6 +16,8 @@ Patch2: 0002-Core-Return-404-instead-of-exception-when-accessing-.patch
 Patch3: 0001-Improved-valid-credentials.patch
 Patch4: 0001-VSphere-Fixed-typo-in-handling-InvalidLogin-exceptio.patch
 Patch5: 0001-EC2-Fixed-uninitialized-constant-in-valid_credential.patch
+Patch6: 0.5.0-8-30cbc71f61a9f8f02d1da62d1710b95cd7a364e7.patch
+Patch7: 0.5.0-9-b922f47472fdb35db2cd36be58bbfd35412515fb.patch
 Requires: rubygems
 Requires: ruby(abi) = 1.8
 Requires: rubygem(haml)
@@ -219,6 +221,9 @@ pushd %{_builddir}/%{name}-%{version}
 %patch2 -p2
 %patch3 -p2
 %patch4 -p2
+%patch5 -p2
+%patch6 -p2
+%patch7 -p2
 popd
 
 %build
@@ -363,6 +368,30 @@ fi
 %{app_root}/config/drivers/google.yaml
 
 %changelog
+* Fri Jun 01 2012 Michal Fojtik <mfojtik at redhat.com> - 0.5.0-9
+- Added better error reporting for the VSPhere driver (BZ: #805171)
+- Added provider setting to deltacloud-core init script (BZ: #806294)
+
+* Mon Mar 19 2012 Michal Fojtik <mfojtik at redhat.com> - 0.5.0-8
+- Backported new EC2 hardware profiles (BZ#804756)
+
+* Mon Mar 19 2012 Michal Fojtik <mfojtik at redhat.com> - 0.5.0-7
+- Removed EC2-Fixed-uninitialized-constant-in-valid_credential patch
+  since it's already been part of the upstream release and it broke the build
+  https://brewweb.devel.redhat.com/buildinfo?buildID=203352
+
+* Fri Mar 16 2012 David Lutterkort <lutter at redhat.com> - 0.5.0-6
+- Apply patch 5 (uninitialized constant in EC2 driver)
+
+* Wed Mar 07 2012 Michal Fojtik <mfojtik at redhat.com> - 0.5.0-5
+- Fixed uninitialized constant in EC2 driver
+
+* Wed Mar 07 2012 Michal Fojtik <mfojtik at redhat.com> - 0.5.0-4
+- Fixed typo in previous patch
+
+* Wed Mar 07 2012 Michal Fojtik <mfojtik at redhat.com> - 0.5.0-3
+- Applied patches for JIRA: DTACLOUD-127
+
 * Tue Mar 06 2012 Michal Fojtik <mfojtik at redhat.com> - 0.5.0-2
 - Fixed init script
 
diff --git a/sources b/sources
index a130016..0db74ca 100644
--- a/sources
+++ b/sources
@@ -7,3 +7,5 @@ e633b13203e2c4fc29c5a9bae14a61ee  0001-Improved-valid-credentials.patch
 84e06b7eec7d29a505983ecae904f3c9  0002-Core-Return-404-instead-of-exception-when-accessing-.patch
 c828f2ad3d7e61e60de5f173138eeeff  deltacloud-core-0.5.0.gem
 672faa6ebe053faf5e1765aa977088d9  deltacloud-core.init
+f39289689b05c7f247d1a585c8b0f1df  0.5.0-9-b922f47472fdb35db2cd36be58bbfd35412515fb.patch
+02ef624daea9a3e915c3a4027279a624  0.5.0-8-30cbc71f61a9f8f02d1da62d1710b95cd7a364e7.patch


More information about the scm-commits mailing list