From ac5e33cbfeacb5024a7659d81bf4c3be3021246c Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Oct 12 2017 08:37:20 +0000 Subject: Remove iasl dep on big endian arches iasl is still broken for QEMU usage on big endian https://bugzilla.redhat.com/show_bug.cgi?id=1332449 Signed-off-by: Daniel P. Berrange --- diff --git a/qemu.spec b/qemu.spec index ab5f7b6..fc98df5 100644 --- a/qemu.spec +++ b/qemu.spec @@ -169,7 +169,15 @@ BuildRequires: perl-podlators BuildRequires: qemu-sanity-check-nodeps BuildRequires: kernel # For acpi compilation +# +# Upstream disables iasl for big endian and QEMU checks +# for this. Fedora has re-enabled it on BE circumventing +# the QEMU checks, but it fails none the less: +# +# https://bugzilla.redhat.com/show_bug.cgi?id=1332449 +%ifnarch s390 s390x ppc ppc64 BuildRequires: iasl +%endif # For chrpath calls in specfile BuildRequires: chrpath