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: tomcat6
|
||||||
Requires: ws-commons-util
|
Requires: ws-commons-util
|
||||||
#Requires: commons-codec
|
#Requires: commons-codec
|
||||||
Requires: commons-dbcp
|
|
||||||
Requires: commons-collections
|
|
||||||
Requires: commons-httpclient
|
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
Requires: sudo
|
Requires: sudo
|
||||||
Requires: /sbin/service
|
Requires: /sbin/service
|
||||||
@ -162,6 +159,18 @@ Requires: MySQL-python
|
|||||||
Requires: python-paramiko
|
Requires: python-paramiko
|
||||||
Requires: ipmitool
|
Requires: ipmitool
|
||||||
Requires: %{name}-utils = %{version}
|
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
|
Group: System Environment/Libraries
|
||||||
%description client
|
%description client
|
||||||
The Cloud.com management server is the central point of coordination,
|
The Cloud.com management server is the central point of coordination,
|
||||||
@ -231,6 +240,9 @@ Requires: qemu-img
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: libcgroup
|
Requires: libcgroup
|
||||||
|
%if 0%{?fedora} >= 16
|
||||||
|
Requires: libcgroup-tools
|
||||||
|
%endif
|
||||||
Requires: /usr/bin/uuidgen
|
Requires: /usr/bin/uuidgen
|
||||||
Requires: rsync
|
Requires: rsync
|
||||||
Requires: /bin/egrep
|
Requires: /bin/egrep
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user