Change in vdsm[master]: spec: finer-grained libvirt requirement

wudxw at linux.vnet.ibm.com wudxw at linux.vnet.ibm.com
Tue Jul 9 05:30:31 UTC 2013


Mark Wu has uploaded a new change for review.

Change subject: spec: finer-grained libvirt requirement
......................................................................

spec: finer-grained libvirt requirement

Libvirt was split up into a number of sub-RPMs in order to faciliate
minimal installation. We don't need all libvirt drivers and features.
This patch changes to a finer-grained libvirt requirement, and then
it will not install other hypersivor drivers and libvirt-daemon-config-network
when vdsm is installed.

Change-Id: Ib64ea05069d60e4cd6da1ff9ceaa3710ed1e66e5
Signed-off-by: Mark Wu <wudxw at linux.vnet.ibm.com>
---
M vdsm.spec.in
1 file changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/16593/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index ac71e0e..055c2e7 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -115,7 +115,8 @@
 Requires: e2fsprogs
 Requires: fence-agents-all
 Requires: iscsi-initiator-utils
-Requires: libvirt
+Requires: libvirt-daemon-kvm
+Requires: libvirt-daemon-config-nwfilter
 Requires: lvm2
 Requires: python
 Requires: policycoreutils-python
@@ -158,10 +159,13 @@
 Requires: python >= 2.7.3
 Requires: qemu-kvm >= 2:0.15.0-4
 Requires: qemu-img >= 2:0.15.0-4
-Requires: libvirt >= 1.0.2-1
 Requires: python-ethtool >= 0.8-1
 %if 0%{?fedora} >= 18
 Requires: initscripts >= 9.42.2-1
+Requires: libvirt-daemon-kvm >= 1.0.2-1
+Requires: libvirt-daemon-config-nwfilter >= 1.0.2-1
+%else
+Requires: libvirt >= 1.0.2-1
 %endif
 Requires: iscsi-initiator-utils >= 6.2.0.872-14
 Requires: device-mapper-multipath >= 0.4.9-18


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib64ea05069d60e4cd6da1ff9ceaa3710ed1e66e5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <wudxw at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list