SHA256
1
0
forked from pool/libvirt

Accepting request 831961 from home:jfehlig:branches:Virtualization

diable the vmware driver

OBS-URL: https://build.opensuse.org/request/show/831961
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=841
This commit is contained in:
James Fehlig 2020-09-03 21:14:04 +00:00 committed by Git OBS Bridge
parent b495b9f65b
commit 6c3ebaa3d4

View File

@ -28,11 +28,12 @@
%define with_vbox 0%{!?_without_vbox:0}
# Then the hypervisor drivers that run outside libvirtd, in libvirt.so
# The vmware and esx drivers are built for both openSUSE and SLE, but they
# are not supported.
%define with_vmware 0%{!?_without_vmware:1}
# The esx driver is built for both openSUSE and SLE, but it is not supported
%define with_esx 0%{!?_without_esx:1}
# Until we have requests for them, disable building the hyperv and openvz drivers
# Until we have requests for them, disable building the vmware, hyperv and
# openvz drivers
%define with_vmware 0%{!?_without_vmware:0}
%define with_hyperv 0%{!?_without_hyperv:0}
%define with_openvz 0%{!?_without_openvz:0}