Change in vdsm[ovirt-3.6]: spec: bump libguestfs-tools-c requirement again

fromani at redhat.com fromani at redhat.com
Wed Apr 6 13:50:13 UTC 2016


Francesco Romani has uploaded a new change for review.

Change subject: spec: bump libguestfs-tools-c requirement again
......................................................................

spec: bump libguestfs-tools-c requirement again

I misread the virt-v2v changelog, and bumped the
dependency not high enough. This patch fixes that

Change-Id: I09f9611e2b15e0cf41a15b837e780b11327c18be
Backport-To: 3.6
Bug-Url: https://bugzilla.redhat.com/1292096
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M vdsm.spec.in
1 file changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/49/55749/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 9589302..1945d28 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -139,10 +139,14 @@
 Requires: ovirt-vmconsole >= 1.0.0-0
 
 %if 0%{?rhel}
-Requires: libguestfs-tools-c >= 1:1.28.1-1.55
+%if 0%{?centos}
+Requires: libguestfs-tools-c >= 1:1.28.1-1.55.el7.centos.2
+%else
+Requires: libguestfs-tools-c >= 1:1.28.1-1.55.el7_2.2
+%endif # centos
 %else # fedora
 Requires: libguestfs-tools-c >= 1:1.26.7-2
-%endif
+%endif # rhel
 
 Requires: libvirt-daemon-config-nwfilter
 Requires: libvirt-daemon-driver-network


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09f9611e2b15e0cf41a15b837e780b11327c18be
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Francesco Romani <fromani at redhat.com>


More information about the vdsm-patches mailing list