Sandro Bonazzola has uploaded a new change for review.

Change subject: spec: Require qemu-img-rhev in EL6
......................................................................

spec: Require qemu-img-rhev in EL6

In EL6 qemu-kvm does not support live snapshots. In order to support
them, qemu-kvm-rhev is required. qemu-img-rhev must be used when
qemu-kvm-rhev is used
These packages are now available in the ovirt-releases repository.

Change-Id: I22c5f4a6bd99734219b80d177642456382cfb675
Related-To: https://bugzilla.redhat.com/1127763
Requires: http://gerrit.ovirt.org/31214
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
---
M ovirt-hosted-engine-setup.spec.in
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup 
refs/changes/28/31228/1

diff --git a/ovirt-hosted-engine-setup.spec.in 
b/ovirt-hosted-engine-setup.spec.in
index fabcc45..405d544 100644
--- a/ovirt-hosted-engine-setup.spec.in
+++ b/ovirt-hosted-engine-setup.spec.in
@@ -58,7 +58,12 @@
 BuildRequires:  python2-devel
 
 Requires:       %{engine}-sdk-python >= 3.6.0.0
+
+%if 0%{?fedora} || 0%{?rhel} >= 7
 Requires:       qemu-img
+%else
+Requires:       qemu-img-rhev >= 0.12.1.2-2.415
+%endif
 
 %description
 Hosted engine tool for oVirt project.


-- 
To view, visit http://gerrit.ovirt.org/31228
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I22c5f4a6bd99734219b80d177642456382cfb675
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to