[deltacloud-core] Fixed wrong handling of long username in RHEV-M

Michal Fojtik mfojtik at fedoraproject.org
Tue Jun 7 10:29:58 UTC 2011


commit 5dd912b4459f4690a18dc90c5b5f767e64be8f1a
Author: Michal Fojtik <mi at mifo.sk>
Date:   Tue Jun 7 12:29:22 2011 +0200

    Fixed wrong handling of long username in RHEV-M

 .gitignore           |    1 +
 deltacloud-core.spec |    7 ++++++-
 sources              |    1 +
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1338c0..2178c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /fix_rhevm_memory_calculation.patch
 /deltacloud-core
 /deltacloud-core-config
+/rhevm-long-username.patch
diff --git a/deltacloud-core.spec b/deltacloud-core.spec
index ff5a8bc..80673a3 100644
--- a/deltacloud-core.spec
+++ b/deltacloud-core.spec
@@ -3,7 +3,7 @@
 Summary: Deltacloud REST API
 Name: deltacloud-core
 Version: 0.3.0
-Release: 9%{?dist}
+Release: 10%{?dist}
 Group: Development/Languages
 License: ASL 2.0 and MIT
 URL: http://incubator.apache.org/deltacloud
@@ -13,6 +13,7 @@ Source2: deltacloud-core
 Source3: deltacloud-core-config
 Patch0: fix_load_balancers.patch
 Patch1: fix_rhevm_memory_calculation.patch
+Patch2: rhevm-long-username.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: rubygems
@@ -156,6 +157,7 @@ gem unpack -V --target=%{_builddir} %{SOURCE0}
 pushd %{_builddir}/%{name}-%{version}
 %patch0
 %patch1
+%patch2
 popd
 
 %build
@@ -259,6 +261,9 @@ fi
 #%defattr(-, root, root, -)
 
 %changelog
+* Fri Jun 7 2011 Michal Fojtik <mfojtik at redhat.com> - 0.3.0-10
+- Added patch to handle long usernames
+
 * Fri Jun 3 2011 Michal Fojtik <mfojtik at redhat.com> - 0.3.0-9
 - Removed Azure and Terremark driver because of unsatisfied dependencies
 
diff --git a/sources b/sources
index d9bee9e..e107c78 100644
--- a/sources
+++ b/sources
@@ -6,3 +6,4 @@ a9ef9312ad161310d9d069bb9dbb8d5c  fix_rhevm_memory_calculation.patch
 abeb7376c76aefa5090414740330124e  deltacloud-core-config
 ffc61394986f6db4259cecba0b66e084  deltacloud-core-config
 a17d75cc0636bd868504c5415b337752  deltacloud-core
+ed67465f4733f93c01a8916c442a405d  rhevm-long-username.patch


More information about the scm-commits mailing list