diff --git a/crun.changes b/crun.changes index 536e561..dca20e8 100644 --- a/crun.changes +++ b/crun.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 11 11:29:21 UTC 2023 - Alexandre Vicenzi + +- Add crun-wasm symlink for platform 'wasi/wasm' + ------------------------------------------------------------------- Wed Sep 13 06:04:30 UTC 2023 - Danish Prakash diff --git a/crun.spec b/crun.spec index 8c03222..fddf930 100644 --- a/crun.spec +++ b/crun.spec @@ -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