!234 【编译安全选项】使能strip

From: @lijiajie128
Reviewed-by: @fangying712,@cellfaint,@yorifang
Signed-off-by: @fangying712,@yorifang
This commit is contained in:
openeuler-ci-bot 2021-03-17 17:29:50 +08:00 committed by Gitee
commit 3eee17c097

View File

@ -1,6 +1,6 @@
Name: qemu Name: qemu
Version: 4.1.0 Version: 4.1.0
Release: 51 Release: 52
Epoch: 2 Epoch: 2
Summary: QEMU is a generic and open source machine emulator and virtualizer Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 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} \ --firmwarepath=%{_datadir}/%{name} \
--with-pkgversion=%{name}-%{version}-%{release} \ --with-pkgversion=%{name}-%{version}-%{release} \
--python=/usr/bin/python3 \ --python=/usr/bin/python3 \
--disable-strip \
--disable-slirp \ --disable-slirp \
--enable-gtk \ --enable-gtk \
--enable-docs \ --enable-docs \
@ -705,6 +704,9 @@ getent passwd qemu >/dev/null || \
%endif %endif
%changelog %changelog
* Wed Mar 17 2021 Huawei Technologies Co., Ltd <lijiajie11@huawei.com>
- qemu.spec: enable strip for qemu-block-rbd.so and qemu-block-ssh.so
* Fri Mar 12 2021 Chen Qun <kuhn.chenqun@huawei.com> * Fri Mar 12 2021 Chen Qun <kuhn.chenqun@huawei.com>
- net: vmxnet3: validate configuration values during activate (CVE-2021-20203) - net: vmxnet3: validate configuration values during activate (CVE-2021-20203)