diff --git a/qemu.spec b/qemu.spec index 235ca8c67de970ddb3b5b56ef356e8453ea149a1..2a7e8bc5b758465bb589855f1c0529a253e09b56 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 8.2.0 -Release: 4 +Release: 5 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 @@ -154,6 +154,7 @@ BuildRequires: liburing-devel %ifarch loongarch64 BuildRequires: spice-server-devel %endif +BuildRequires: chrpath # for upgrade from qemu-kvm Provides: qemu-kvm @@ -386,6 +387,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 @@ -694,6 +696,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Apr 08 2024 zhangxianting - 11:8.2.0-5 +- remove chrpath of qemu-kvm + * Mon Apr 1 2024 Jiabo Feng - 11:8.2.0-4 - migration: Skip only empty block devicesi - iotests: adapt to output change for recently introduced 'detached hea…