From dca5ce4c6519a1d4e0651d00a806935248c5b424 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 12 Feb 2014 14:33:16 -0700 Subject: [PATCH] spec: add missing dep of libvirt-daemon-config-nwfilter Similar to cf76c4b, if modules are used, then nwfilter configuration requires the nwfilter driver module. Signed-off-by: Eric Blake --- libvirt.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index d3e60484e1..3d5a69eb0a 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -734,6 +734,9 @@ Summary: Network filter configuration files for the libvirtd daemon Group: Development/Libraries Requires: libvirt-daemon = %{version}-%{release} + %if %{with_driver_modules} +Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release} + %endif %description daemon-config-nwfilter Network filter configuration files for cleaning guest traffic