Enable builds on aarch64

They are enabled for other ARM archs, and there is no good reason for
not enabling it on aarch64 too.
This commit is contained in:
Christophe Fergeau 2015-07-03 17:26:00 +02:00
parent 682c6d0b34
commit d67259ce88

View File

@ -14,7 +14,7 @@ Patch2: 0003-Use-image-compress-constants-from-spice-protocol.patch
%if 0%{?rhel} %if 0%{?rhel}
ExclusiveArch: x86_64 ExclusiveArch: x86_64
%else %else
ExclusiveArch: i686 x86_64 armv6l armv7l armv7hl ExclusiveArch: i686 x86_64 armv6l armv7l armv7hl aarch64
%endif %endif
BuildRequires: pkgconfig BuildRequires: pkgconfig