mirror of https://github.com/apache/cloudstack.git
Patch from kawai@stratosphere.co.jp to resolve a Fedora dependency issue.
https://reviews.apache.org/r/7009/ Signed-off-by: Chip Childers <chip.childers@gmail.com>
This commit is contained in:
parent
0429cce9e5
commit
739d4baf55
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue