From e84a93a247844cb856fac2bdb69dfa7745c0ea75 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Aug 06 2020 17:09:47 +0000 Subject: Use new %{kernel_arches} macro to determine when a full kernel is available Signed-off-by: Merlin Mathesius --- diff --git a/qemu.spec b/qemu.spec index 0749edd..2de3489 100644 --- a/qemu.spec +++ b/qemu.spec @@ -198,7 +198,7 @@ Source21: 95-kvm-ppc64-memlock.conf BuildRequires: texinfo # For /usr/bin/pod2man BuildRequires: perl-podlators -%ifnarch %{ix86} +%ifarch %{kernel_arches} # For sanity test BuildRequires: qemu-sanity-check-nodeps BuildRequires: kernel @@ -1895,6 +1895,9 @@ getent passwd qemu >/dev/null || \ %changelog +* Thu Aug 06 2020 Merlin Mathesius - 5.1.0-0.2.rc2 +- Use new %%{kernel_arches} macro to determine when a full kernel is available + * Wed Aug 05 2020 Cole Robinson - 5.1.0-0.2.rc2 - Pull in new modules by default, like we do for others