From b88add3eb3704f2a7e06abe32870af46d4b63730 Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Thu, 26 May 2022 19:20:58 +0800 Subject: [PATCH] qemu: remove unnecessary dependency of kernel package Signed-off-by: Jun Yang (cherry picked from commit d9686f6f3e83d37662bd9202a8a69dbefc8f6094) --- qemu.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index e143fe8..23791b2 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 35 +Release: 36 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -253,7 +253,6 @@ BuildRequires: gcc BuildRequires: bison BuildRequires: texinfo BuildRequires: perl-podlators -BuildRequires: kernel BuildRequires: chrpath BuildRequires: gettext BuildRequires: python-sphinx @@ -707,6 +706,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu May 26 2022 Jun Yang - 2:6.2.0-36 +- Remove unnecessary dependency of kernel package + * Sat May 21 2022 yezengruan - 2:6.2.0-35 - hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR (CVE-2021-3750) - softmmu/physmem: Simplify flatview_write and address_space_access_valid -- Gitee