mirror of https://github.com/apache/cloudstack.git
Fix wrong baremetal agent declaration in spec file
This commit is contained in:
parent
29d0b09968
commit
469b704ec0
24
cloud.spec
24
cloud.spec
|
|
@ -223,18 +223,6 @@ Requires: /sbin/service
|
|||
Requires: /sbin/chkconfig
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%package baremetal-agent
|
||||
Summary: Cloud.com baremetal agent
|
||||
Requires: PING
|
||||
Requires: tftp-server
|
||||
Requires: xinetd
|
||||
Requires: syslinux
|
||||
Requires: chkconfig
|
||||
Requires: dhcp
|
||||
Group: System Environment/Libraries
|
||||
%description baremetal-agent
|
||||
The Cloud.com baremetal agent
|
||||
|
||||
%if 0%{?rhel} >= 6
|
||||
Requires: cloud-kvm
|
||||
%else
|
||||
|
|
@ -266,6 +254,18 @@ The Cloud.com agent is in charge of managing shared computing resources in
|
|||
a Cloud.com Stack-powered cloud. Install this package if this computer
|
||||
will participate in your cloud.
|
||||
|
||||
%package baremetal-agent
|
||||
Summary: Cloud.com baremetal agent
|
||||
Requires: PING
|
||||
Requires: tftp-server
|
||||
Requires: xinetd
|
||||
Requires: syslinux
|
||||
Requires: chkconfig
|
||||
Requires: dhcp
|
||||
Group: System Environment/Libraries
|
||||
%description baremetal-agent
|
||||
The Cloud.com baremetal agent
|
||||
|
||||
%package console-proxy
|
||||
Summary: Cloud.com console proxy
|
||||
Requires: java >= 1.6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue