From eed24cd998b4c9b58b2e5266e2a50298b01277dd Mon Sep 17 00:00:00 2001 From: Ming Yang Date: Tue, 11 May 2021 11:43:27 +0000 Subject: [PATCH] add strip for block-rbd.so, block-ssh.so and block-iscsi.so. Signed-off-by: Ming Yang --- qemu.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 8003c533..99e2db53 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 41 +Release: 42 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 @@ -540,6 +540,10 @@ rm -rf %{buildroot}%{_libdir}/%{name}/ui-sdl.so rm -rf %{buildroot}%{_libexecdir}/vhost-user-gpu rm -rf %{buildroot}%{_datadir}/%{name}/vhost-user/50-qemu-gpu.json +strip %{buildroot}%{_libdir}/%{name}/block-rbd.so +strip %{buildroot}%{_libdir}/%{name}/block-iscsi.so +strip %{buildroot}%{_libdir}/%{name}/block-ssh.so + for f in %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/* \ %{buildroot}%{_libexecdir}/*; do @@ -668,6 +672,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon May 17 2021 Huawei Technologies Co., Ltd +- add strip for block-iscsi.so, block-rbd.so and block-ssh.so. + * Sun Apr 25 2021 Chuan Zheng - migration/dirtyrate: add dirtyrate fearure for migration - migration/multifd-tls: add multifd for tls migration -- Gitee