From cd21b7f45d6d637b33c696463a5d83ceaabe7511 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 24 Sep 2020 11:20:41 -0400 Subject: [PATCH] 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 --- qemu.spec | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/qemu.spec b/qemu.spec index e3b56f7..5e0adad 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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