From 4ccc35c84d1aa38291ab40832825586643bf984e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 1 Dec 2019 21:15:40 +0000 Subject: [PATCH] Disable libguestfs on ppc64le because of https://bugzilla.redhat.com/show_bug.cgi?id=1778520 --- nbdkit.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index 79f45be..36f21b9 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -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