]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
spec: require dbus-daemon when using libvirtd in Fedora
authorEric Blake <eblake@redhat.com>
Wed, 5 Dec 2012 03:43:05 +0000 (20:43 -0700)
committerGuannan Ren <gren@redhat.com>
Wed, 5 Dec 2012 08:13:12 +0000 (16:13 +0800)
commit2edbd3d918bfdbc5e0054002867f25725080abe9
tree5d7bc1acdaa2c97701fda471115377d9a3c59412
parentc748037f2a71ee1e30a864b767d82dfb492e27b2
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.
libvirt.spec.in