From 70b6670bdf51f03e3737938aadbc1308b33f2463 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jul 25 2019 14:23:11 +0000 Subject: kernel isn't available on ix86 anymore, adjust the dep --- diff --git a/qemu.spec b/qemu.spec index 4fe3805..538b886 100644 --- a/qemu.spec +++ b/qemu.spec @@ -179,7 +179,9 @@ BuildRequires: texinfo BuildRequires: perl-podlators # For sanity test BuildRequires: qemu-sanity-check-nodeps +%ifnarch %{ix86} BuildRequires: kernel +%endif %if %{have_iasl} # For acpi compilation BuildRequires: iasl