From 963754bc8cf2b8f4a1cc321bb6ff35ae3a1b9b7f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 23 Aug 2012 16:14:20 +0800 Subject: [PATCH] Fix a missing build requirement on dbus-devel --- libvirt.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libvirt.spec b/libvirt.spec index b785d97..ad86d6c 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -525,6 +525,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