You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/09/11 16:14:41 UTC

git commit: Patch from kawai@stratosphere.co.jp to resolve a Fedora dependency issue. https://reviews.apache.org/r/7009/ Signed-off-by: Chip Childers

Updated Branches:
  refs/heads/master 0429cce9e -> 739d4baf5


Patch from kawai@stratosphere.co.jp to resolve a Fedora dependency issue.
https://reviews.apache.org/r/7009/
Signed-off-by: Chip Childers <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/739d4baf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/739d4baf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/739d4baf

Branch: refs/heads/master
Commit: 739d4baf5542ae89a29288abb3487aeb9852d0a9
Parents: 0429cce
Author: Hiroaki Kawai <ka...@stratosphere.co.jp>
Authored: Tue Sep 11 10:13:52 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Tue Sep 11 10:13:52 2012 -0400

----------------------------------------------------------------------
 cloud.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/739d4baf/cloud.spec
----------------------------------------------------------------------
diff --git a/cloud.spec b/cloud.spec
index c31fe5b..91173e2 100644
--- a/cloud.spec
+++ b/cloud.spec
@@ -288,7 +288,12 @@ Summary:   CloudStack CloudBridge
 Group:     System Environment/Libraries
 Requires: java >= 1.6.0
 Requires: tomcat6
+%if 0%{?fedora} > 15
 Requires: apache-commons-lang
+%endif
+%if 0%{?rhel} >= 5
+Requires: jakarta-commons-lang
+%endif
 Obsoletes: cloud-bridge < %{version}-%{release}
 %description aws-api
 This is the CloudStack CloudBridge