mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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
Block a user