Disable build on power (RHEL only)
related: rhbz#1950629
This commit is contained in:
parent
8ceebe9df7
commit
770da7073b
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user