spec: drop BuildRequires: iasl

From Igor Mammedov:

    QEMU doesn't need iasl for building since 2.6,
    where we switched to generating acpi tables
    using internal aml_foo() API and stopped using
    precompiled templates.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-09-24 11:20:41 -04:00
parent efaa1cda68
commit cd21b7f45d
1 changed files with 0 additions and 14 deletions

View File

@ -37,16 +37,6 @@
%global have_numactl 0
%endif
# 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
%global have_iasl 1
%ifnarch s390x
%global have_iasl 0
%endif
# Matches spice ExclusiveArch
%global have_spice 0
%ifarch %{ix86} x86_64 %{arm} aarch64
@ -248,10 +238,6 @@ BuildRequires: perl-podlators
BuildRequires: qemu-sanity-check-nodeps
BuildRequires: kernel
%endif
%if %{have_iasl}
# For acpi compilation
BuildRequires: iasl
%endif
# For chrpath calls in specfile
BuildRequires: chrpath