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} %ifarch %{machine_arches}
# symlink virtiofsd in %%{name} libexecdir for machine subpackage # symlink virtiofsd in %%{name} libexecdir for machine subpackage
ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
%if !%{defined qemu}
ln -s ../qemu-kvm %{buildroot}%{_libexecdir}/%{name}/qemu-system-%{arch}
%endif
%endif %endif
#define license tag if not already defined #define license tag if not already defined
@@ -379,6 +382,9 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
%files machine %files machine
%dir %{_libexecdir}/%{name} %dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/virtiofsd %{_libexecdir}/%{name}/virtiofsd
%if !%{defined qemu}
%{_libexecdir}/%{name}/qemu-system-%{arch}
%endif
%endif %endif
%changelog %changelog