1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 06:45:31 +01:00

Add /usr/libexec/podman/qemu-system-arch

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy
2025-12-15 15:45:07 +01:00
parent f7162828df
commit c186a337ca

View File

@@ -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