]> xenbits.xensource.com Git - libvirt.git/commit
build: don't require avahi during install
authorLaine Stump <laine@laine.org>
Tue, 7 Feb 2012 09:54:59 +0000 (04:54 -0500)
committerLaine Stump <laine@laine.org>
Tue, 7 Feb 2012 19:24:05 +0000 (14:24 -0500)
commit60f190735c29f0b753ddc08591662b037ba95728
treeb5d1c11efa74faae3e98e8262fd48402b6452104
parent756e6ab467a27e8228bfa2704d1c4883355ac666
build: don't require avahi during install

See: https://bugzilla.redhat.com/show_bug.cgi?id=785269

The specfile requires avahi during install if libvirt was built with
avahi support, but there are many situations where it is undesirable
to install avahi due to security concerns. This patch requires only
the avahi-libs package, which is needed by libvirt to call the
function that tries to attach to the avahi daemon, but will instead
silently fail because the avahi-daemon is in the main avahi package,
and that package isn't installed.
libvirt.spec.in