From: Michael Chapman Date: Thu, 31 Dec 2015 05:09:11 +0000 (+1100) Subject: spec: dbus-devel is needed as build dependency if polkit support is enabled X-Git-Tag: v1.3.1-rc1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0617421ab3269eb3b10415c7e4b21a5e6a5b5c2;p=thirdparty%2Flibvirt.git spec: dbus-devel is needed as build dependency if polkit support is enabled Signed-off-by: Michael Chapman --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 619317779b..c32e899835 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -647,8 +647,8 @@ BuildRequires: util-linux BuildRequires: nfs-utils %endif -%if %{with_firewalld} -# Communication with the firewall daemon uses DBus +%if %{with_firewalld} || %{with_polkit} +# Communication with the firewall and polkit daemons use DBus BuildRequires: dbus-devel %endif