Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crun for openSUSE:Factory checked in at 2022-12-08 16:50:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crun (Old) and /work/SRC/openSUSE:Factory/.crun.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crun" Thu Dec 8 16:50:47 2022 rev:9 rq:1041192 version:1.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/crun/crun.changes 2022-09-30 17:58:20.645319108 +0200 +++ /work/SRC/openSUSE:Factory/.crun.new.1835/crun.changes 2022-12-08 16:51:11.723486023 +0100 @@ -1,0 +2,42 @@ +Wed Dec 7 09:24:19 UTC 2022 - Frederic Crozat <fcro...@suse.com> + +- Update to 1.7.2: + * criu: hardcode library name to libcriu.so.2. + * cgroup: always enable all controllers, even if the cgroup was + already joined. Regression caused by crun-1.7. + +- Changes from 1.7.1: + * criu: load libcriu dynamically. + * seccomp: initialize libgcrypt. + * handlers: fix rewriting the argv if the full cmdline doesn't + fit. + * utils: honor SELinux label when using a custom handler. + * utils: honor AppArmor label when using a custom handler. + * krun: copy the OCI configuration file into the container. + * utils: fix creating the default user namespace when running + with euid != 0. + * Add setlinebuf() when --debug and --log=file: are used. + * Fix timestamp format in the error messages. + * krun: disable libkrun's collection of env vars. + +- Changes from 1.7: + * seccomp: use a cache for the generated BPF. + * add support for setting the domainname through the OCI spec. + * handlers: define wasm and krun. + * wasmtime: add support for compiling .wat format. + * cgroup: honor checkBeforeUpdate on cgroupv2. + * crun: chown std streams before joining the user namespace. + * crun: display rundir in --version output. + * container: with cgroupfs use clone3 to join directly the target + cgroup. + * linux: create parent directories for created devices with mode + 0755. + * wasm: inherit environment variables in the WasmEdge handler. + +------------------------------------------------------------------- +Fri Sep 30 12:31:47 UTC 2022 - Dario Faggioli <dfaggi...@suse.com> + +- Update the libkrun dependency to the new libkrun1 library and + devel package + +------------------------------------------------------------------- Old: ---- crun-1.6.tar.xz New: ---- crun-1.7.2.tar.gz crun-1.7.2.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crun.spec ++++++ --- /var/tmp/diff_new_pack.N3DbDX/_old 2022-12-08 16:51:12.219488561 +0100 +++ /var/tmp/diff_new_pack.N3DbDX/_new 2022-12-08 16:51:12.219488561 +0100 @@ -19,9 +19,10 @@ Summary: OCI runtime written in C License: GPL-2.0-or-later Name: crun -Version: 1.6 +Version: 1.7.2 Release: 0 -Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz +Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz +Source1: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz.asc URL: https://github.com/containers/crun # We always run autogen.sh BuildRequires: autoconf @@ -43,8 +44,8 @@ BuildRequires: criu-devel >= 3.15 %endif %ifarch x86_64 aarch64 -BuildRequires: libkrun >= 0.1.4 -Requires: libkrun >= 0.1.7 +BuildRequires: libkrun-devel +Requires: libkrun1 %endif %description