mirror of https://gitee.com/openkylin/libvirt.git
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 <eblake@redhat.com>
This commit is contained in:
parent
902f6148de
commit
cf76c4b3dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue