Allon Mureinik has uploaded a new change for review. Change subject: spec: Require qemu-kvm-rhev in EL ......................................................................
spec: Require qemu-kvm-rhev in EL In EL qemu-kvm does not support live snapshots. In order to support them, qemu-kvm-rhev is required. This package is now available in the ovirt-releases repository [1]. [1] http://www.ovirt.org/Vdsm_Developers Change-Id: Iae9ad6599a79bec94365b952fc09cfaf75fe0628 Bug-Url: https://bugzilla.redhat.com/1127763 Signed-off-by: Allon Mureinik <[email protected]> --- M vdsm.spec.in 1 file changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/39/32239/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 7af6d59..4089ca2 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -163,14 +163,14 @@ Requires: lvm2 Requires: python Requires: policycoreutils-python -Requires: qemu-kvm -Requires: qemu-img +Requires: qemu-kvm-rhev +Requires: qemu-img-rhev Requires: selinux-policy-targeted %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 +# Update the qemu-kvm-rhev requires when block_stream will be included +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/32239 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iae9ad6599a79bec94365b952fc09cfaf75fe0628 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.4 Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
