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:
parent
4d67ac5ae8
commit
fa32854257
@ -29,9 +29,11 @@
|
|||||||
# Filter perl provides
|
# Filter perl provides
|
||||||
%{?perl_default_filter}
|
%{?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.
|
# s390utils-base is uninstallable in Rawhide at the moment.
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1452792
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1452792
|
||||||
ExcludeArch: s390x
|
ExcludeArch: %{power64} s390x
|
||||||
|
|
||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
|
Loading…
Reference in New Issue
Block a user