Disable libguestfs on ppc64le because of

https://bugzilla.redhat.com/show_bug.cgi?id=1778520
This commit is contained in:
Richard W.M. Jones 2019-12-01 21:15:40 +00:00
parent 33d5db8c05
commit 4ccc35c84d
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
%global _hardened_build 1
%ifarch aarch64 %{arm} x86_64 ppc %{power64}
# Broken on {power64} because of
# https://bugzilla.redhat.com/show_bug.cgi?id=1778520
%ifarch aarch64 %{arm} x86_64 ppc
%global have_libguestfs 1
%endif