Skip to content

Commit 16342f8

Browse files
ynojimaDaanHoogland
authored andcommitted
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
1 parent 51d620f commit 16342f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packaging/centos63/cloud.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ intelligent IaaS cloud implementation.
6060
%package management
6161
Summary: CloudStack management server UI
6262
Requires: tomcat6
63-
Requires: java >= 1.7.0
63+
Requires: java7
6464
Requires: python
6565
Requires: bash
6666
Requires: bzip2
@@ -112,7 +112,7 @@ The Apache CloudStack files shared between agent and management server
112112
%package agent
113113
Summary: CloudStack Agent for KVM hypervisors
114114
Requires: openssh-clients
115-
Requires: java >= 1.7.0
115+
Requires: java7
116116
Requires: %{name}-common = %{_ver}
117117
Requires: libvirt
118118
Requires: bridge-utils
@@ -150,7 +150,7 @@ The CloudStack baremetal agent
150150

151151
%package usage
152152
Summary: CloudStack Usage calculation server
153-
Requires: java >= 1.7.0
153+
Requires: java7
154154
Requires: jsvc
155155
Requires: jakarta-commons-daemon
156156
Requires: jakarta-commons-daemon-jsvc

0 commit comments

Comments
 (0)