Accepting request 1116922 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1116922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crun?expand=0&rev=16
This commit is contained in:
commit
b085da783c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 11:29:21 UTC 2023 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
- Add crun-wasm symlink for platform 'wasi/wasm'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 06:04:30 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
|
@ -86,6 +86,10 @@ rm -rf %{buildroot}/%{_libdir}/lib*
|
||||
# allow easy krun usage with podman
|
||||
ln -s %{_bindir}/crun %{buildroot}%{_bindir}/krun
|
||||
%endif
|
||||
%if %with_wasmedge
|
||||
# platform 'wasi/wasm' requires crun-wasm
|
||||
ln -s %{_bindir}/crun %{buildroot}%{_bindir}/crun-wasm
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
@ -95,6 +99,9 @@ ln -s %{_bindir}/crun %{buildroot}%{_bindir}/krun
|
||||
%ifarch x86_64 aarch64
|
||||
%{_bindir}/krun
|
||||
%endif
|
||||
%if %with_wasmedge
|
||||
%{_bindir}/crun-wasm
|
||||
%endif
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user