mirror of
https://github.com/containers/podman.git
synced 2026-02-05 15:45:08 +01:00
Add /usr/libexec/podman/qemu-system-arch
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user