Allon Mureinik has uploaded a new change for review. Change subject: spec: Require qemu-kvm-rhev in EL6 ......................................................................
spec: Require qemu-kvm-rhev in EL6 In EL6 qemu-kvm does not support live snapshots. In order to support them, qemu-kvm-rhev is required. Change-Id: Iae9ad6599a79bec94365b952fc09cfaf75fe0628 Bug-Url: https://bugzilla.redhat.com/1127763 Signed-off-by: Allon Mureinik <[email protected]> --- M vdsm.spec.in 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/14/31214/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 5ba6fc6..38a8a60 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -185,8 +185,8 @@ %else Requires: python # Update the qemu-kvm requires when block_stream will be included -Requires: qemu-kvm >= 2:0.12.1.2-2.295.el6_3.4 -Requires: qemu-img >= 2:0.12.1.2-2.295.el6_3.4 +Requires: qemu-kvm-rhev >= 2:0.12.1.2-2.415.el6_5.3 +Requires: qemu-img-rhev >= 2:0.12.1.2-2.415.el6_5.3 Requires: device-mapper-multipath >= 0.4.9-52 Requires: e2fsprogs >= 1.41.12-11 Requires: fence-agents -- To view, visit http://gerrit.ovirt.org/31214 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iae9ad6599a79bec94365b952fc09cfaf75fe0628 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
