From 122c440fac83d2b5b47cf2af531e657ca5f45a39 Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Mon, 14 Dec 2020 10:01:08 +0800 Subject: [PATCH] qemu:test Signed-off-by: Alex Chen --- qemu.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 37692446..194ef59e 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 27 +Release: 28 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY @@ -224,7 +224,6 @@ Patch0211: target-arm-only-set-ID_PFR1_EL1.GIC-for-AArch32-gues.patch Patch0212: target-arm-clear-EL2-and-EL3-only-when-kvm-is-not-en.patch Patch0213: ati-check-x-y-display-parameter-values.patch Patch0214: net-remove-an-assert-call-in-eth_get_gso_type.patch -Patch0215: json-Fix-a-memleak-in-parse_pair.patch BuildRequires: flex BuildRequires: bison @@ -570,6 +569,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Nov 13 2020 Huawei Technologies Co., Ltd +- qemu: test + * Fri Nov 13 2020 Huawei Technologies Co., Ltd - json: Fix a memleak in parse_pair() -- Gitee