From 31d1200f6ab5968e85a133470fa3209c7310f67e Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Mon, 8 Apr 2024 14:36:32 +0800 Subject: [PATCH] remove chrpath of qemu-kvm --- qemu.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 235ca8c6..2a7e8bc5 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… -- Gitee