mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8404: uninstall/conflict if java-1.8.0-openjdk is installed
This would force to uninstall openjdk 1.8.0 and only install 1.7 in case of ACS 4.5.x releases. On master/4.6, we might support java 1.8. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e6a02acb06
commit
8f25be7c0f
|
|
@ -63,6 +63,7 @@ intelligent IaaS cloud implementation.
|
|||
Summary: CloudStack management server UI
|
||||
Requires: %{_tomcatversion}
|
||||
Requires: %{_javaversion}
|
||||
Conflicts: java-1.8.0-openjdk
|
||||
Requires: python
|
||||
Requires: bash
|
||||
Requires: bzip2
|
||||
|
|
@ -117,6 +118,7 @@ The Apache CloudStack files shared between agent and management server
|
|||
Summary: CloudStack Agent for KVM hypervisors
|
||||
Requires: openssh-clients
|
||||
Requires: %{_javaversion}
|
||||
Conflicts: java-1.8.0-openjdk
|
||||
Requires: %{name}-common = %{_ver}
|
||||
Requires: libvirt
|
||||
Requires: bridge-utils
|
||||
|
|
@ -156,6 +158,7 @@ The CloudStack baremetal agent
|
|||
%package usage
|
||||
Summary: CloudStack Usage calculation server
|
||||
Requires: %{_javaversion}
|
||||
Conflicts: java-1.8.0-openjdk
|
||||
Requires: jsvc
|
||||
Requires: jakarta-commons-daemon
|
||||
Requires: jakarta-commons-daemon-jsvc
|
||||
|
|
|
|||
Loading…
Reference in New Issue