[libvirt] [PATCHv2] spec: add missing dep of libvirt-daemon-config-network

Eric Blake eblake at redhat.com
Wed Feb 12 20:25:11 UTC 2014


From: Thierry Parmentelat <thierry.parmentelat at inria.fr>

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 <eblake at redhat.com>
---

v2: make dep dependent on whether subpackage is created

 libvirt.spec.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 4d804e6..d3e6048 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
-- 
1.8.5.3




More information about the libvir-list mailing list