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:
parent
a8c6008b7d
commit
ac5e33cbfe
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user