Disable build on power (RHEL only)

related: rhbz#1950629
This commit is contained in:
Richard W.M. Jones 2021-04-27 14:48:20 +01:00
parent 8ceebe9df7
commit 770da7073b

View File

@ -31,6 +31,10 @@ License: GPLv2+
# Build only for architectures that have a kernel
ExclusiveArch: %{kernel_arches}
%if 0%{?rhel}
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
# Source and patches.
URL: http://libguestfs.org/