diff --git a/qemu.spec b/qemu.spec index db2e33f76de50d9acc677ae7a14b3ab98a477977..96efc0c1c7cb5fcccf319622ef53ef2873233fb8 100644 --- a/qemu.spec +++ b/qemu.spec @@ -337,7 +337,7 @@ BuildRequires: gettext BuildRequires: python-sphinx BuildRequires: zlib-devel -BuildRequires: zstd-devel +BuildRequires: zstd-devel >= 1.4.5 BuildRequires: gtk3-devel BuildRequires: gnutls-devel BuildRequires: numactl-devel @@ -380,6 +380,7 @@ BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel %endif +Requires: zstd >= 1.4.5 Requires(post): /usr/bin/getent Requires(post): /usr/sbin/groupadd Requires(post): /usr/sbin/useradd @@ -719,6 +720,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Aug 30 2021 Zhongrui Tang +- qemu.spec: Identify the version of zstd and zstd-devel that qemu depends on + * Thu 20 May 2021 zhouli57 - arm/cpu: Fixed function undefined error at compile time under arm @@ -803,12 +807,6 @@ getent passwd qemu >/dev/null || \ * Fri Jan 15 2021 Huawei Technologies Co., Ltd - memory: clamp cached translation in case it points to an MMIO region -* Wed Dec 9 2020 Huawei Technologies Co., Ltd -- target/arm: Fix write redundant values to kvm - -* Fri Dec 11 2020 Huawei Technologies Co., Ltd -- hostmem: Fix up free host_nodes list right after visited - * Fri Dec 25 2020 Huawei Technologies Co., Ltd - add qemu-block-rbd package - add qemu-block-ssh package