mirror of https://gitee.com/openkylin/libvirt.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
This commit is contained in:
parent
e9b354e2a9
commit
05a66695be
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue