diff --git a/qemu.spec b/qemu.spec index 4e3a447ef2abdb3d78fb27dab6380f8abe93e44a..1a9cfef4588732587c46a479987d1f6f6a0ab032 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)