From 81ad349e4dd117764152fe454927df4e23a9e9d5 Mon Sep 17 00:00:00 2001 From: tangzhongrui Date: Tue, 31 Aug 2021 13:59:24 +0800 Subject: [PATCH] Modify the bad date in spec file that caused compile error. Signed-off-by: Zhongrui Tang --- qemu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index e11a37b..10d2efc 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1246,13 +1246,13 @@ getent passwd qemu >/dev/null || \ * Fri May 28 2021 Chen Qun - blockjob: Fix crash with IOthread when block commit after snapshot -* Thu 20 May 2021 zhouli57 +* Thu May 20 2021 zhouli57 - arm/cpu: Fixed function undefined error at compile time under arm * Wed May 19 2021 Ming Yang - add strip for block-iscsi.so, block-rbd.so and block-ssh.so. -* Wed 19 May 2021 zhouli57 +* Wed May 19 2021 zhouli57 - util/cacheinfo: fix crash when compiling with uClibc * Fri Mar 26 2021 Chen Qun -- Gitee