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-03-28 17:51:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crun (Old) and /work/SRC/openSUSE:Factory/.crun.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crun" Tue Mar 28 17:51:46 2023 rev:11 rq:1074967 version:1.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/crun/crun.changes 2023-03-02 23:04:43.844221772 +0100 +++ /work/SRC/openSUSE:Factory/.crun.new.31432/crun.changes 2023-03-28 17:51:47.503677290 +0200 @@ -1,0 +2,20 @@ +Tue Mar 28 10:27:06 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.8.3: + * update: initialize the rt limits only on cgroup v1. + * lua bindings for libcrun. + * wasmedge: add current directory to preopen paths. + * linux: inherit parent mount flags when making a path masked. + * libcrun: custom annotation to set the scheduler for the + container process. + * cgroup: fallback to blkio.bfq files if blkio is not available + on cgroup v1. + * cgroup: initialize rt limits when using systemd. + * tty: chown the tty to the exec user instead of the user + specified to create the container. + * cgroup: fallback to create cgroupfs as sibling of the current + cgroup if there is none specified and it cannot be created in + the root cgroup. +- add keyring for GPG validation + +------------------------------------------------------------------- Old: ---- crun-1.8.1.tar.gz crun-1.8.1.tar.gz.asc New: ---- crun-1.8.3.tar.gz crun-1.8.3.tar.gz.asc crun.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crun.spec ++++++ --- /var/tmp/diff_new_pack.A20vmu/_old 2023-03-28 17:51:48.031679837 +0200 +++ /var/tmp/diff_new_pack.A20vmu/_new 2023-03-28 17:51:48.035679857 +0200 @@ -16,14 +16,15 @@ # -Summary: OCI runtime written in C -License: GPL-2.0-or-later Name: crun -Version: 1.8.1 +Version: 1.8.3 Release: 0 +Summary: OCI runtime written in C +License: GPL-2.0-or-later +URL: https://github.com/containers/crun 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 +Source2: crun.keyring # We always run autogen.sh BuildRequires: autoconf BuildRequires: automake @@ -40,7 +41,7 @@ BuildRequires: python3 BuildRequires: python3-libmount BuildRequires: systemd-devel -%ifnarch %ix86 +%ifnarch %{ix86} BuildRequires: criu-devel >= 3.15 %endif %ifarch x86_64 aarch64 @@ -59,7 +60,7 @@ export LIBKRUN="--with-libkrun" %endif ./autogen.sh -%configure --disable-silent-rules $LIBKRUN CFLAGS='-I /usr/include/libseccomp' +%configure --disable-silent-rules $LIBKRUN CFLAGS='-I %{_includedir}/libseccomp' %make_build # TODO: @@ -78,7 +79,6 @@ %endif %files -%defattr(-,root,root) %license COPYING %doc README.md %doc SECURITY.md ++++++ crun-1.8.1.tar.gz -> crun-1.8.3.tar.gz ++++++ ++++ 5190 lines of diff (skipped)