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
This commit is contained in:
Daniel Veillard 2012-08-23 17:44:08 +08:00
parent e9b354e2a9
commit 05a66695be

View File

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