spec: dbus-devel is needed as build dependency if polkit support is enabled

Signed-off-by: Michael Chapman <mike@very.puzzling.org>
This commit is contained in:
Michael Chapman 2015-12-31 16:09:11 +11:00 committed by Laine Stump
parent d7db33bfe9
commit c0617421ab

View File

@ -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