From cf76c4b3ddd04a3fcd656927384286c41dd5e9ff Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 11 Feb 2014 11:35:20 +0100 Subject: [PATCH] spec: add missing dep of libvirt-daemon-config-network When building modules, libvirt-daemon-config-network requires libvirt-daemon-driver-network to ensure the 'default' network is setup properly 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 4d804e68f6..d3e60484e1 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -720,6 +720,9 @@ Summary: Default configuration files for the libvirtd daemon Group: Development/Libraries Requires: libvirt-daemon = %{version}-%{release} + %if %{with_driver_modules} +Requires: libvirt-daemon-driver-network = %{version}-%{release} + %endif %description daemon-config-network Default configuration files for setting up NAT based networking