mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8402: EL7 rpms should depend on openjdk7
Depend on java-1.7.0-openjdk for EL7 rpms as agent fails with openjdk8. This fix needs to be reverted/removed to use openjdk8 once we start supporting it. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
7b10591758
commit
52a0adad04
|
|
@ -60,7 +60,7 @@ intelligent IaaS cloud implementation.
|
|||
%package management
|
||||
Summary: CloudStack management server UI
|
||||
Requires: tomcat => 7.0
|
||||
Requires: java => 1.7.0
|
||||
Requires: java-1.7.0-openjdk
|
||||
Requires: python
|
||||
Requires: bash
|
||||
Requires: bzip2
|
||||
|
|
@ -99,7 +99,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: java-1.7.0-openjdk
|
||||
Requires: %{name}-common = %{_ver}
|
||||
Requires: libvirt
|
||||
Requires: bridge-utils
|
||||
|
|
@ -134,7 +134,7 @@ The CloudStack baremetal agent
|
|||
|
||||
%package usage
|
||||
Summary: CloudStack Usage calculation server
|
||||
Requires: java => 1.7.0
|
||||
Requires: java-1.7.0-openjdk
|
||||
Requires: jsvc
|
||||
Requires: jakarta-commons-daemon
|
||||
Requires: jakarta-commons-daemon-jsvc
|
||||
|
|
|
|||
Loading…
Reference in New Issue