Change in vdsm[master]: spec: require qemu-*-ev on CentOS >= 7

ishaby at redhat.com ishaby at redhat.com
Thu May 7 14:57:33 UTC 2015


Idan Shaby has uploaded a new change for review.

Change subject: spec: require qemu-*-ev on CentOS >= 7
......................................................................

spec: require qemu-*-ev on CentOS >= 7

Added a requirement for qemu-kvm-ev and qemu-img-ev on CentOS >= 7.

Change-Id: Ibbec719863d7b12150574a60d071f38bcfa62398
Signed-off-by: Idan Shaby <ishaby at redhat.com>
---
M vdsm.spec.in
1 file changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/40670/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index f9c7790..5f176f2 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -276,15 +276,19 @@
 Requires: systemd >= 197-1.fc18.2
 %endif
 
-%if !%{fedora_koji_build}
 %global rhev_suffix -rhev
-%endif
+%global ev_suffix -ev
 
 %if 0%{?rhel}
 %if 0%{?rhel} >= 7
+%if 0%{?rhev_build}
 Requires: qemu-kvm%{?rhev_suffix} >= 10:1.5.3-60.el7
 Requires: qemu-img%{?rhev_suffix} >= 10:1.5.3-60.el7
 %else
+Requires: qemu-kvm%{?ev_suffix} >= 10:2.1.2-23.el7
+Requires: qemu-img%{?ev_suffix} >= 10:2.1.2-23.el7
+%endif  # rhev_build
+%else
 Requires: qemu-kvm%{?rhev_suffix} >= 2:0.12.1.2-2.422
 Requires: qemu-img%{?rhev_suffix} >= 2:0.12.1.2-2.422
 %endif  # rhel > = 7


-- 
To view, visit https://gerrit.ovirt.org/40670
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbec719863d7b12150574a60d071f38bcfa62398
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ishaby at redhat.com>


More information about the vdsm-patches mailing list