From: Daniel Veillard Date: Thu, 23 Aug 2012 09:44:08 +0000 (+0800) Subject: Fix a missing build requirement on dbus-devel X-Git-Tag: v0.10.0-rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a66695be0ed575a5df65fccbe2605578087291;p=thirdparty%2Flibvirt.git Fix a missing build requirement on dbus-devel Communication with the firewall daemon uses DBus so if we compile with firewalld support, the dbus-devel is required for building --- diff --git a/libvirt.spec.in b/libvirt.spec.in index ea2fd883d9..18a7fb89ce 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -521,6 +521,11 @@ BuildRequires: util-linux BuildRequires: nfs-utils %endif +%if %{with_firewalld} +# Communication with the firewall daemon uses DBus +BuildRequires: dbus-devel +%endif + # Fedora build root suckage BuildRequires: gawk