From c186a337ca598610ecd0b612fa5b42a681837fc3 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 15 Dec 2025 15:45:07 +0100 Subject: [PATCH] Add /usr/libexec/podman/qemu-system-arch Signed-off-by: Jindrich Novy --- rpm/podman.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rpm/podman.spec b/rpm/podman.spec index cd0118baac..ee47ffbc2a 100644 --- a/rpm/podman.spec +++ b/rpm/podman.spec @@ -323,6 +323,9 @@ cp -pav test/system %{buildroot}%{_datadir}/%{name}/test/ %ifarch %{machine_arches} # symlink virtiofsd in %%{name} libexecdir for machine subpackage ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} +%if !%{defined qemu} +ln -s ../qemu-kvm %{buildroot}%{_libexecdir}/%{name}/qemu-system-%{arch} +%endif %endif #define license tag if not already defined @@ -379,6 +382,9 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} %files machine %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/virtiofsd +%if !%{defined qemu} +%{_libexecdir}/%{name}/qemu-system-%{arch} +%endif %endif %changelog