Disable builds on POWER.

qemu is broken on ppc64 and ppc64le.
https://bugzilla.redhat.com/show_bug.cgi?id=1452813
This commit is contained in:
Richard W.M. Jones 2017-05-19 18:12:40 +01:00
parent 4d67ac5ae8
commit fa32854257
1 changed files with 3 additions and 1 deletions

View File

@ -29,9 +29,11 @@
# Filter perl provides
%{?perl_default_filter}
# qemu is broken on ppc64 and ppc64le.
# https://bugzilla.redhat.com/show_bug.cgi?id=1452813
# s390utils-base is uninstallable in Rawhide at the moment.
# https://bugzilla.redhat.com/show_bug.cgi?id=1452792
ExcludeArch: s390x
ExcludeArch: %{power64} s390x
Summary: Access and modify virtual machine disk images
Name: libguestfs