From 4e321e2f5cf77ed4387d86d41762848074cfaf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 4 Sep 2020 10:40:00 +0100 Subject: [PATCH] Re-enable kernel BR for qemu sanity check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- qemu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index eda3911..46ff04c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -213,8 +213,7 @@ BuildRequires: perl-podlators %ifarch %{kernel_arches} # For sanity test BuildRequires: qemu-sanity-check-nodeps -# 2020-08-12: Disable due to new f34 missing kernel package -#BuildRequires: kernel +BuildRequires: kernel %endif %if %{have_iasl} # For acpi compilation @@ -1895,6 +1894,7 @@ getent passwd qemu >/dev/null || \ * Fri Sep 4 2020 Daniel P. Berrangé - 5.1.0-5 - Drop conditions for ppc, ppc64, mips64 and s390 arches - Fix host qemu binary path for aarch64 +- Re-enable kernel BR for QEMU sanity check * Thu Sep 3 2020 Daniel P. Berrangé - 5.1.0-4 - Add btrfs ioctls to linux-user (rhbz #1872918)