Dan Kenigsberg has uploaded a new change for review.

Change subject: spec: vdsm-hook-sriov on el6 should require libvirt
......................................................................

spec: vdsm-hook-sriov on el6 should require libvirt

As reported by a dead horse, el6 does not carry
libvirt-daemon-driver-nodedev so the said hook should not require this
subrpm.

Change-Id: I25bfec65fd017a048102d6321335c747a17b5dd4
Signed-off-by: Dan Kenigsberg <dan...@redhat.com>
---
M vdsm.spec.in
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/54/17554/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index d95bb2a..1305eec 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -483,7 +483,11 @@
 
 %package hook-sriov
 Summary:        sr-iov support for VDSM
+%if 0%{?rhel} >= 7 || 0%{?fedora} >= 18
 Requires:       libvirt-daemon-driver-nodedev
+%else
+Requires:       libvirt
+%endif
 BuildArch:      noarch
 
 %description hook-sriov


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I25bfec65fd017a048102d6321335c747a17b5dd4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <dan...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to