mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Adding some requires for F16 - namely moving commons-* to apache-commons and jakarta-commons, and adding libcgroup-tools
This commit is contained in:
parent
a85864e160
commit
5fead2c092
18
cloud.spec
18
cloud.spec
@ -149,9 +149,6 @@ Requires: %{name}-python = %{version}
|
||||
Requires: tomcat6
|
||||
Requires: ws-commons-util
|
||||
#Requires: commons-codec
|
||||
Requires: commons-dbcp
|
||||
Requires: commons-collections
|
||||
Requires: commons-httpclient
|
||||
Requires: jpackage-utils
|
||||
Requires: sudo
|
||||
Requires: /sbin/service
|
||||
@ -162,6 +159,18 @@ Requires: MySQL-python
|
||||
Requires: python-paramiko
|
||||
Requires: ipmitool
|
||||
Requires: %{name}-utils = %{version}
|
||||
%if 0%{?fedora} > 14
|
||||
Requires: apache-commons-dbcp
|
||||
Requires: apache-commons-collections
|
||||
Requires: jakarta-commons-httpclient
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} >= 5
|
||||
Requires: commons-dbcp
|
||||
Requires: commons-collection
|
||||
Requires: commons-httpclient
|
||||
%endif
|
||||
|
||||
Group: System Environment/Libraries
|
||||
%description client
|
||||
The Cloud.com management server is the central point of coordination,
|
||||
@ -231,6 +240,9 @@ Requires: qemu-img
|
||||
%endif
|
||||
|
||||
Requires: libcgroup
|
||||
%if 0%{?fedora} >= 16
|
||||
Requires: libcgroup-tools
|
||||
%endif
|
||||
Requires: /usr/bin/uuidgen
|
||||
Requires: rsync
|
||||
Requires: /bin/egrep
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user