[node-patches] Change in ovirt-node[master]: finer grained libvirt dependencies

mburns at redhat.com mburns at redhat.com
Fri Jul 19 14:00:43 UTC 2013


Michael Burns has uploaded a new change for review.

Change subject: finer grained libvirt dependencies
......................................................................

finer grained libvirt dependencies

Should help minimize the amount of minimization needed

Change-Id: I34f870bc2618bb9d1b40aa969263cdd9bbe93fb7
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M ovirt-node.spec.in
1 file changed, 15 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/06/17106/1

diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index d583f2e..9cc4cab 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -41,7 +41,6 @@
 Requires:       grub2
 Requires:       system-release
 %endif
-Requires:       libvirt >= 0.9.2, libvirt-python
 Requires:       augeas >= 0.3.5
 Requires:       udev >= 147-2.34
 Requires:       wget
@@ -77,6 +76,21 @@
 %endif
 Requires:       system-release
 
+#libvirt dependencies
+%if 0%{?rhel} >= 7 || 0%{?fedora} >= 18
+Requires: libvirt-daemon >= 1.0.2-1
+Requires: libvirt-daemon-config-nwfilter
+Requires: libvirt-daemon-driver-network
+Requires: libvirt-daemon-driver-nwfilter
+Requires: libvirt-daemon-driver-qemu
+%else
+%if 0%{?rhel}
+Requires: libvirt >= 0.10.2-18.el6_4.4
+%else
+Requires: libvirt >= 1.0.2-1
+%endif
+%endif
+
 
 BuildArch:      noarch
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I34f870bc2618bb9d1b40aa969263cdd9bbe93fb7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>



More information about the node-patches mailing list