spec: Build vbox packages only for x86 architectures

Commit 6ab6bc19f0 has introduced separate
daemon/driver packages for vbox. These should only be built for x86
architectures which is done hereby.

Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
This commit is contained in:
Viktor Mihajlovski 2013-05-24 15:44:19 +02:00 committed by Eric Blake
parent fb6a05e75d
commit 831909a94e

View File

@ -130,6 +130,11 @@
%define with_libxl 0 %define with_libxl 0
%endif %endif
# vbox is available only on i386 x86_64
%ifnarch %{ix86} x86_64
%define with_vbox 0
%endif
# Numactl is not available on s390[x] and ARM # Numactl is not available on s390[x] and ARM
%ifarch s390 s390x %{arm} %ifarch s390 s390x %{arm}
%define with_numactl 0 %define with_numactl 0