From 1f5c5e9ea85b380e91367008b1c9444a8478fea4 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Thu, 22 Jul 2021 11:27:53 +0800 Subject: [PATCH] spec: Update patch and changelog with !166 mirror/qcow2: backport qemu-4.1 bugfix !166 qcow2: Fix qcow2_alloc_cluster_abort() for external data file mirror: Wait only for in-flight operations Signed-off-by: Chen Qun --- qemu.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qemu.spec b/qemu.spec index 9170229..17bff9b 100644 --- a/qemu.spec +++ b/qemu.spec @@ -384,6 +384,8 @@ Patch0371: iotests-143-Create-socket-in-SOCK_DIR.patch Patch0372: nbd-server-Avoid-long-error-message-assertions-CVE-2.patch Patch0373: block-Call-attention-to-truncation-of-long-NBD-expor.patch Patch0374: qemu-img-convert-Don-t-pre-zero-images.patch +Patch0375: qcow2-Fix-qcow2_alloc_cluster_abort-for-external-dat.patch +Patch0376: mirror-Wait-only-for-in-flight-operations.patch BuildRequires: flex BuildRequires: gcc @@ -778,6 +780,10 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Jul 22 2021 Chen Qun +- qcow2: Fix qcow2_alloc_cluster_abort() for external data file +- mirror: Wait only for in-flight operations + * Wed Jul 21 2021 Chen Qun - block/curl: HTTP header fields allow whitespace around values - block/curl: HTTP header field names are case insensitive