Patch from [email protected] to resolve a Fedora dependency issue. https://reviews.apache.org/r/7009/ Signed-off-by: Chip Childers <[email protected]>
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/4.0 Commit: 739d4baf5542ae89a29288abb3487aeb9852d0a9 Parents: 0429cce Author: Hiroaki Kawai <[email protected]> Authored: Tue Sep 11 10:13:52 2012 -0400 Committer: Chip Childers <[email protected]> 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
