diff --git a/qemu.spec b/qemu.spec index 0a1aead31997cf54c979e34ad6651875f60b0217..94dc4703d1b92f2de965d88a2b7ba9a33eb0ce8c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 51 +Release: 52 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 @@ -464,7 +464,6 @@ buildldflags="VL_LDFLAGS=-Wl,--build-id" --firmwarepath=%{_datadir}/%{name} \ --with-pkgversion=%{name}-%{version}-%{release} \ --python=/usr/bin/python3 \ - --disable-strip \ --disable-slirp \ --enable-gtk \ --enable-docs \ @@ -705,6 +704,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Mar 17 2021 Huawei Technologies Co., Ltd +- qemu.spec: enable strip for qemu-block-rbd.so and qemu-block-ssh.so + * Fri Mar 12 2021 Chen Qun - net: vmxnet3: validate configuration values during activate (CVE-2021-20203)