From: Matthias Bolte Date: Thu, 9 Jun 2011 18:28:18 +0000 (+0200) Subject: Move VMware Workstation/Player driver to correct spec file section X-Git-Tag: v0.9.3-rc1~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c7626aee0fd7f4472f5e79c4170b54f4fbc79a8;p=thirdparty%2Flibvirt.git Move VMware Workstation/Player driver to correct spec file section The VMware driver works like the OpenVZ driver by using a commandline tool for management. It dosen't use it's own remote protocol. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index c7ef8d01b0..97ebd659a1 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -46,11 +46,11 @@ %define with_uml 0%{!?_without_uml:%{server_drivers}} %define with_xenapi 0%{!?_without_xenapi:%{server_drivers}} %define with_libxl 0%{!?_without_libxl:%{server_drivers}} +%define with_vmware 0%{!?_without_vmware:%{server_drivers}} # Then the hypervisor drivers that talk a native remote protocol %define with_phyp 0%{!?_without_phyp:1} %define with_esx 0%{!?_without_esx:1} -%define with_vmware 0%{!?_without_vmware:1} # Then the secondary host drivers %define with_network 0%{!?_without_network:%{server_drivers}}