From: Eric Blake Date: Wed, 5 Dec 2012 03:43:05 +0000 (-0700) Subject: spec: require dbus-daemon when using libvirtd in Fedora X-Git-Tag: v1.0.1-rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2edbd3d918bfdbc5e0054002867f25725080abe9;p=thirdparty%2Flibvirt.git spec: require dbus-daemon when using libvirtd in Fedora https://bugzilla.redhat.com/show_bug.cgi?id=830201 In older Fedora, the spec file for libivrt depended on avahi, which included avahi-daemon, which in turn depended on dbus. But now that avahi libs and avahi-daemon are (correctly) in separate pacakges, and since we REALLY don't want a mandatory dependency on avahi-daemon, and considering that our init scripts require the messagebus service from dbus, we need to explicitly require dbus ourselves. * libvirt.spec.in (Requires): Add dbus for libvirt-daemon. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index ec6fc8b735..c4c96e490f 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -712,6 +712,8 @@ Requires(postun): systemd-units %if %{with_numad} Requires: numad %endif +# libvirtd depends on 'messagebus' service +Requires: dbus %description daemon Server side daemon required to manage the virtualization capabilities