Only add /etc/libvirt/nwfilter to the libvirt-daemon files list
if building with nwfilter support.
---
libvirt.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libvirt.spec.in b/libvirt.spec.in
index eff7103..7f2a23a 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1752,7 +1752,9 @@ exit 0
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/autostart
%endif
+ %if %{with_nwfilter}
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/nwfilter/
+ %endif
%if %{with_systemd}
%{_unitdir}/libvirtd.service
--
1.8.0.1