Repository: cloudstack Updated Branches: refs/heads/master c4892c269 -> 098ad53c2
Bugfix: java6 is installed instead of java7 by yum dependancy resolution. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/098ad53c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/098ad53c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/098ad53c Branch: refs/heads/master Commit: 098ad53c23dae75e11e2877d775ed1b93035a12d Parents: c4892c2 Author: ynojima <m...@ynojima.net> Authored: Fri Apr 18 11:13:03 2014 -0600 Committer: ynojima <m...@ynojima.net> Committed: Fri Apr 18 22:53:17 2014 -0600 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/098ad53c/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 83c598b..57b08fb 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -60,7 +60,7 @@ intelligent IaaS cloud implementation. %package management Summary: CloudStack management server UI Requires: tomcat6 -Requires: java >= 1.7.0 +Requires: java >= 1:1.7.0 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: java >= 1:1.7.0 Requires: %{name}-common = %{_ver} Requires: libvirt Requires: bridge-utils @@ -138,7 +138,7 @@ The CloudStack agent for KVM hypervisors %package usage Summary: CloudStack Usage calculation server -Requires: java >= 1.7.0 +Requires: java >= 1:1.7.0 Requires: jsvc Requires: jakarta-commons-daemon Requires: jakarta-commons-daemon-jsvc