diff --git a/qemu.spec b/qemu.spec index d4270703876ba99c9205feb2db8d7100a3d16941..62e8db9d50d361bca51609321d7fa56d00af92de 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 8.2.0 -Release: 7 +Release: 8 Epoch: 11 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -611,7 +611,7 @@ strip %{buildroot}%{_libdir}/%{name}/hw-usb-host.so for f in %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/* \ %{buildroot}%{_libexecdir}/*; do - if file $f | grep -q ELF | grep -q -i shared; then chrpath --delete $f; fi + if file $f | grep -q -v symbolic; then if file $f | grep ELF | grep -q -i shared || readelf -d $f | grep -q -i rpath; then chrpath --delete $f; fi; fi done %check @@ -835,6 +835,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Apr 17 2024 zhangxianting - 11:8.2.0-8 +- remove chrpath + * Tue Apr 16 2024 Keqian Zhu - 11:8.2.0-7 - arm/virt: Use max_cpus to calculate redist1_count - arm/virt: Use separate filed to identify cpu-hotplug enable