diff --git a/qemu.spec b/qemu.spec index e8b6e62f08b632159b3bf2a58188daad10e61cba..5d0a3ad5fe5071eaeab7f025799abe5896220cce 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 8.2.0 -Release: 6 +Release: 7 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 @@ -525,6 +525,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} \ install %find_lang %{name} +chrpath -d qemu-kvm install -m 0755 qemu-kvm %{buildroot}%{_libexecdir}/ ln -s %{_libexecdir}/qemu-kvm %{buildroot}/%{_bindir}/qemu-kvm @@ -833,6 +834,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Apr 11 2024 zhangxianting - 11:8.2.0-7 +- remove chrpath of qemu-kvm + * Wed Apr 10 2024 Jiabo Feng - 11:8.2.0-6 - coro: support live patch for libcare - tests/acpi: Update expected ACPI tables for vcpu hotplug(Update BinDir)