Repository: cloudstack Updated Branches: refs/heads/master 29b880066 -> 07c30895b
fix CLOUDSTACK-8402 Signed-off-by: Rajani Karuturi <[email protected]> This closes #205 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/07c30895 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/07c30895 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/07c30895 Branch: refs/heads/master Commit: 07c30895bb3d7f48b90f859751a659c9ea004288 Parents: 29b8800 Author: Satoru Nakaya <[email protected]> Authored: Wed Apr 29 00:43:03 2015 +0900 Committer: Rajani Karuturi <[email protected]> Committed: Wed Apr 29 09:15:28 2015 +0530 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/07c30895/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 8064594..7161398 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -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: java => 1.7.0 +Requires: java-1.7.0-openjdk 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: java => 1.7.0 +Requires: java-1.7.0-openjdk Requires: jsvc Requires: jakarta-commons-daemon Requires: jakarta-commons-daemon-jsvc
