----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20497/ -----------------------------------------------------------
Review request for cloudstack. Bugs: CLOUDSTACK-6457 https://issues.apache.org/jira/browse/CLOUDSTACK-6457 Repository: cloudstack-git Description ------- java6 is installed instead of java7 by yum dependancy resolution. This is because openjdk has an epoch in addition to version. This would mean that version '>= 1.7.0' is satisfied by version 1:1.6.0 See: http://erikos.buchoase.de/2009/01/26/rpm-epoch-field/ http://markmail.org/message/cer2dqk4ggd7iuyx Diffs ----- packaging/centos63/cloud.spec 83c598b Diff: https://reviews.apache.org/r/20497/diff/ Testing ------- I installed cloudstack-agent by yum command. I Confirmed that java-1.7.0-openjdk was installed and cloudstack-agent works. Thanks, Yoshikazu Nojima