[libvirt] [PATCH] Move XenAPI driver to correct spec file section

Matthias Bolte matthias.bolte at googlemail.com
Mon Jun 20 08:42:01 UTC 2011


2011/6/20 Daniel Veillard <veillard at redhat.com>:
> On Thu, Jun 16, 2011 at 01:47:23PM +0200, Matthias Bolte wrote:
>> The XenAPI driver works like the ESX and PHyp driver by using its
>> own HTTPS based remote protocol.
>> ---
>>  libvirt.spec.in |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/libvirt.spec.in b/libvirt.spec.in
>> index 97ebd65..75b145a 100644
>> --- a/libvirt.spec.in
>> +++ b/libvirt.spec.in
>> @@ -44,13 +44,13 @@
>>  %define with_lxc           0%{!?_without_lxc:%{server_drivers}}
>>  %define with_vbox          0%{!?_without_vbox:%{server_drivers}}
>>  %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_xenapi        0%{!?_without_xenapi:1}
>>
>>  # Then the secondary host drivers
>>  %define with_network       0%{!?_without_network:%{server_drivers}}
>
>  True, ACK,
>
> Daniel
>

Thanks, pushed.

-- 
Matthias Bolte
http://photron.blogspot.com




More information about the libvir-list mailing list