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-09-07 21:14:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crun (Old)
 and      /work/SRC/openSUSE:Factory/.crun.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crun"

Thu Sep  7 21:14:05 2023 rev:14 rq:1109555 version:1.8.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/crun/crun.changes        2023-08-23 
14:58:40.358103678 +0200
+++ /work/SRC/openSUSE:Factory/.crun.new.1766/crun.changes      2023-09-07 
21:15:53.712070615 +0200
@@ -1,0 +2,5 @@
+Tue Sep  5 11:41:14 UTC 2023 - Alexandre Vicenzi <alexandre.vice...@suse.com>
+
+- Enable WasmEdge support to run Wasm compat containers. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ crun.spec ++++++
--- /var/tmp/diff_new_pack.ZLIaMo/_old  2023-09-07 21:15:54.804109653 +0200
+++ /var/tmp/diff_new_pack.ZLIaMo/_new  2023-09-07 21:15:54.808109796 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%define with_wasmedge 1
+
 Name:           crun
 Version:        1.8.6
 Release:        0
@@ -48,6 +50,9 @@
 BuildRequires:  libkrun-devel
 Requires:       libkrun1
 %endif
+%if %with_wasmedge
+BuildRequires:  wasmedge-devel
+%endif
 
 %description
 crun is a runtime for running OCI containers. It is built with libkrun support
@@ -59,8 +64,12 @@
 %ifarch x86_64 aarch64
 export LIBKRUN="--with-libkrun"
 %endif
+%if %with_wasmedge
+export WASMEDGE="--with-wasmedge"
+%endif
+
 ./autogen.sh
-%configure --disable-silent-rules $LIBKRUN CFLAGS='-I 
%{_includedir}/libseccomp'
+%configure --disable-silent-rules $LIBKRUN $WASMEDGE CFLAGS='-I 
%{_includedir}/libseccomp'
 %make_build
 
 # TODO:

Reply via email to