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-06-16 16:53:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crun (Old) and /work/SRC/openSUSE:Factory/.crun.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crun" Fri Jun 16 16:53:44 2023 rev:12 rq:1093193 version:1.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/crun/crun.changes 2023-03-28 17:51:47.503677290 +0200 +++ /work/SRC/openSUSE:Factory/.crun.new.15902/crun.changes 2023-06-16 16:54:38.481634095 +0200 @@ -1,0 +2,32 @@ +Wed Jun 14 12:55:19 UTC 2023 - Frederic Crozat <fcro...@suse.com> + +- Update to 1.8.5: + * scheduler: use definition from the OCI configuration file + instead of the custom label that is now dropped and not + supported anymore. + * cgroup: fix creating cgroup under "domain threaded". + * cgroup, systemd: set the memory limit on the system scope. + * restore tty settings from the correct file descriptor. It was + previously restoring the settings from the wrong file + descriptor causing the tty settings to be changed on the + calling terminal. + * criu: check if the criu_join_ns_add function exists. + Fix a segfault with new versions of CRIU. + * linux: do not precreate devs with euid > 0. Fix creating + devices when running the OCI runtime as non root user. + * linux: improve PID detection on systems that lack pidfd. + While there is still a window of time that the PID could be + recycled, now it is now reduced to a minimum. + * criu: fix memory leak. + * logging: improve error message when dlopen fails. + +- Changes from 1.8.4: + * drop custom annotation to set the time namespace and use + the OCI specs instead. + * cgroup: workaround cpu quota/period issue with v1. Sometimes + setting CPU quota period fails when a new period is lower, + and a parent cgroup has CPU quota limit set. + * cgroup: fix set quota to -1 on cgroup v1. + * criu: drop loading unused functions. + +------------------------------------------------------------------- Old: ---- crun-1.8.3.tar.gz crun-1.8.3.tar.gz.asc New: ---- crun-1.8.5.tar.xz crun-1.8.5.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crun.spec ++++++ --- /var/tmp/diff_new_pack.YLpHcI/_old 2023-06-16 16:54:39.217638472 +0200 +++ /var/tmp/diff_new_pack.YLpHcI/_new 2023-06-16 16:54:39.221638496 +0200 @@ -17,13 +17,13 @@ Name: crun -Version: 1.8.3 +Version: 1.8.5 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 +Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: crun.keyring # We always run autogen.sh BuildRequires: autoconf