set ExclusiveArch: x86_64 to build it only on x86_64

RHEL bug: bz#786911

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
Eduardo Habkost 2012-02-09 11:14:30 -02:00 committed by Eduardo Habkost
parent 84237cca87
commit 84395157f9
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Epoch: 2
License: GPLv2+ and LGPLv2+ and BSD
Group: Development/Tools
URL: http://www.qemu.org/
# RHEL will build Qemu only on x86_64:
%if 0%{?rhel}
ExclusiveArch: x86_64
%endif
# Allow one off builds to be minimalized without foreign
# architecture support (--with x86only):