Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crun for openSUSE:Factory checked in at 2023-10-11 23:56:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crun (Old) and /work/SRC/openSUSE:Factory/.crun.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crun" Wed Oct 11 23:56:23 2023 rev:16 rq:1116922 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/crun/crun.changes 2023-09-13 20:48:03.949567749 +0200 +++ /work/SRC/openSUSE:Factory/.crun.new.1807/crun.changes 2023-10-12 11:39:04.482458627 +0200 @@ -1,0 +2,5 @@ +Wed Oct 11 11:29:21 UTC 2023 - Alexandre Vicenzi <alexandre.vice...@suse.com> + +- Add crun-wasm symlink for platform 'wasi/wasm' + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crun.spec ++++++ --- /var/tmp/diff_new_pack.esoKs5/_old 2023-10-12 11:39:05.106481306 +0200 +++ /var/tmp/diff_new_pack.esoKs5/_new 2023-10-12 11:39:05.110481451 +0200 @@ -86,6 +86,10 @@ # 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,5 +99,8 @@ %ifarch x86_64 aarch64 %{_bindir}/krun %endif +%if %with_wasmedge +%{_bindir}/crun-wasm +%endif %{_mandir}/man1/*