mirror of https://gitee.com/openkylin/libvirt.git
spec: require libvirt-daemon-driver-interface only when built
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
3d58fa3f85
commit
902f6148de
|
@ -420,7 +420,9 @@ Requires: libvirt-daemon-driver-vbox = %{version}-%{release}
|
|||
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%if %{with_interface}
|
||||
Requires: libvirt-daemon-driver-interface = %{version}-%{release}
|
||||
%endif
|
||||
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
|
||||
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
|
||||
Requires: libvirt-daemon-driver-network = %{version}-%{release}
|
||||
|
|
Loading…
Reference in New Issue