[deltacloud-core] Fixed RHEV-M memory calculation

Michal Fojtik mfojtik at fedoraproject.org
Wed May 11 09:43:48 UTC 2011


commit 24b048e36aac8698d19f84de444158c683b953aa
Author: Michal Fojtik <mi at mifo.sk>
Date:   Wed May 11 11:43:26 2011 +0200

    Fixed RHEV-M memory calculation

 .gitignore           |    1 +
 deltacloud-core.spec |    7 ++++++-
 sources              |    1 +
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6bb12c..92feac0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /deltacloud-core-0.3.0.gem
 /fix_load_balancers.patch
 /deltacloudd-fedora
+/fix_rhevm_memory_calculation.patch
diff --git a/deltacloud-core.spec b/deltacloud-core.spec
index d53d096..eae93bf 100644
--- a/deltacloud-core.spec
+++ b/deltacloud-core.spec
@@ -3,13 +3,14 @@
 Summary: Deltacloud REST API
 Name: deltacloud-core
 Version: 0.3.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Languages
 License: ASL 2.0 and MIT
 URL: http://incubator.apache.org/deltacloud
 Source0: http://gems.rubyforge.org/gems/%{name}-%{version}.gem
 Source1: deltacloudd-fedora
 Patch0: fix_load_balancers.patch
+Patch1: fix_rhevm_memory_calculation.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: rubygems
 Requires: ruby(abi) = 1.8
@@ -59,6 +60,7 @@ Documentation for %{name}
 gem unpack -V --target=%{_builddir} %{SOURCE0}
 pushd %{_builddir}/%{name}-%{version}
 %patch0
+%patch1
 popd
 
 %build
@@ -127,6 +129,9 @@ fi
 %{app_root}/Rakefile
 
 %changelog
+* Wed May 11 2011 Michal Fojtik <mfojtik at redhat.com> - 0.3.0-4
+- Fixed memory calculation for RHEV-M (client)
+
 * Wed May 11 2011 Michal Fojtik <mfojtik at redhat.com> - 0.3.0-3
 - Fixed loadbalancer bug
 
diff --git a/sources b/sources
index 8884461..3c292c3 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 898a6072175e61cf6351666754622e4b  deltacloud-core-0.3.0.gem
 4c4a9c31696763e9049f645282c5d672  fix_load_balancers.patch
 b14213ac9ea2a550db5e74c9d074c7c9  deltacloudd-fedora
+a9ef9312ad161310d9d069bb9dbb8d5c  fix_rhevm_memory_calculation.patch


More information about the scm-commits mailing list