You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2015/03/11 05:05:41 UTC

git commit: updated refs/heads/master to 555c432

Repository: cloudstack
Updated Branches:
  refs/heads/master 9a38b2f7d -> 555c43294


fix yum install require java => 1.7.0 when build management agent and usage rpm package

Signed-off-by: Rajani Karuturi <ra...@gmail.com>

This closes #108


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/555c4329
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/555c4329
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/555c4329

Branch: refs/heads/master
Commit: 555c4329462ac632890c7cde3bac8db8b6e8a682
Parents: 9a38b2f
Author: Star Guo <gh...@gmail.com>
Authored: Wed Mar 11 00:46:54 2015 +0800
Committer: Rajani Karuturi <ra...@gmail.com>
Committed: Wed Mar 11 09:35:00 2015 +0530

----------------------------------------------------------------------
 packaging/centos63/cloud.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/555c4329/packaging/centos63/cloud.spec
----------------------------------------------------------------------
diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec
index 5601dff..07b3360 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: java7
+Requires: java => 1.7.0
 Requires: python
 Requires: bash
 Requires: bzip2
@@ -113,7 +113,7 @@ The Apache CloudStack files shared between agent and management server
 %package agent
 Summary: CloudStack Agent for KVM hypervisors
 Requires: openssh-clients
-Requires: java7
+Requires: java => 1.7.0
 Requires: %{name}-common = %{_ver}
 Requires: libvirt
 Requires: bridge-utils
@@ -151,7 +151,7 @@ The CloudStack baremetal agent
 
 %package usage
 Summary: CloudStack Usage calculation server
-Requires: java7
+Requires: java => 1.7.0
 Requires: jsvc
 Requires: jakarta-commons-daemon
 Requires: jakarta-commons-daemon-jsvc