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 <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange 2017-10-12 09:33:37 +01:00
parent a8c6008b7d
commit ac5e33cbfe
1 changed files with 8 additions and 0 deletions

View File

@ -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