mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6351 bugfix: Java1.6 is installed instead of Java7
Since epoch spesicifation doesn't work on RHEL6.3, "java7" is used in the rpm spec. Conflicts: packaging/centos63/cloud.spec
This commit is contained in:
parent
51d620f00e
commit
16342f8a82
|
|
@ -60,7 +60,7 @@ intelligent IaaS cloud implementation.
|
|||
%package management
|
||||
Summary: CloudStack management server UI
|
||||
Requires: tomcat6
|
||||
Requires: java >= 1.7.0
|
||||
Requires: java7
|
||||
Requires: python
|
||||
Requires: bash
|
||||
Requires: bzip2
|
||||
|
|
@ -112,7 +112,7 @@ The Apache CloudStack files shared between agent and management server
|
|||
%package agent
|
||||
Summary: CloudStack Agent for KVM hypervisors
|
||||
Requires: openssh-clients
|
||||
Requires: java >= 1.7.0
|
||||
Requires: java7
|
||||
Requires: %{name}-common = %{_ver}
|
||||
Requires: libvirt
|
||||
Requires: bridge-utils
|
||||
|
|
@ -150,7 +150,7 @@ The CloudStack baremetal agent
|
|||
|
||||
%package usage
|
||||
Summary: CloudStack Usage calculation server
|
||||
Requires: java >= 1.7.0
|
||||
Requires: java7
|
||||
Requires: jsvc
|
||||
Requires: jakarta-commons-daemon
|
||||
Requires: jakarta-commons-daemon-jsvc
|
||||
|
|
|
|||
Loading…
Reference in New Issue