mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +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
|
BuildRequires: nfs-utils
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{with_firewalld}
|
||||||
|
# Communication with the firewall daemon uses DBus
|
||||||
|
BuildRequires: dbus-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
# Fedora build root suckage
|
# Fedora build root suckage
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user