Accepting request 195515 from home:a_faerber:branches:Virtualization

Enable Xen support

OBS-URL: https://build.opensuse.org/request/show/195515
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=156
This commit is contained in:
Andreas Färber 2013-08-17 19:01:06 +00:00 committed by Git OBS Bridge
parent bc6cb9fca3
commit 1f80f762c8
3 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 17 13:43:13 UTC 2013 - afaerber@suse.de
- Enable Xen support to allow testing our QEMU in place of Xen's
This prepares for consolidating QEMU packaging further.
-------------------------------------------------------------------
Sat Aug 17 12:12:57 UTC 2013 - afaerber@suse.de

View File

@ -110,6 +110,9 @@ BuildRequires: python
%if 0%{?suse_version} >= 1210
BuildRequires: vte2-devel
%endif
%ifarch %ix86 x86_64
BuildRequires: xen-devel
%endif
BuildRequires: zlib-devel
%if 0%{?suse_version} >= 1140
%ifarch %ix86 x86_64
@ -250,6 +253,9 @@ This sub-package contains the guest agent.
--enable-vnc-sasl \
--enable-vnc-tls \
--enable-vnc-ws \
%ifarch %ix86 x86_64
--enable-xen \
%endif
make %{?_smp_mflags} V=1

View File

@ -73,6 +73,9 @@ BuildRequires: python
%if 0%{?suse_version} >= 1210
BuildRequires: vte2-devel
%endif
%ifarch %ix86 x86_64
BuildRequires: xen-devel
%endif
BuildRequires: zlib-devel
%if 0%{?suse_version} >= 1140
%ifarch %ix86 x86_64
@ -176,6 +179,9 @@ PATCH_EXEC
--enable-vnc-sasl \
--enable-vnc-tls \
--enable-vnc-ws \
%ifarch %ix86 x86_64
--enable-xen \
%endif
make %{?_smp_mflags} V=1