Dan Kenigsberg has uploaded a new change for review. Change subject: spec: finer-grained libvirt requirement ......................................................................
spec: finer-grained libvirt requirement We do not have to pull in all libvirt drivers. Signed-off-by: Dan Kenigsberg <[email protected]> Change-Id: Idd7bb89d239a88012d9bcd0d30874a1d4993e20a --- M mom.spec.in 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/60/15760/1 diff --git a/mom.spec.in b/mom.spec.in index a0ca274..33e87d9 100644 --- a/mom.spec.in +++ b/mom.spec.in @@ -16,7 +16,12 @@ # MOM makes use of libvirt by way of the python bindings to monitor and # interact with virtual machines. -Requires: libvirt, libvirt-python +%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 +Requires: libvirt-daemon-driver-qemu +%else +Requires: libvirt +%endif +Requires: libvirt-python Requires(post): chkconfig Requires(postun): initscripts -- To view, visit http://gerrit.ovirt.org/15760 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idd7bb89d239a88012d9bcd0d30874a1d4993e20a Gerrit-PatchSet: 1 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
