Accepting request 975835 from home:fcrozat:branches:Virtualization:containers

- Update to 1.4.5:
  + CRIU: add support for different manage cgroups modes.
  + linux: the hook processes inherit the crun process
    environment if there is no environment block specified in the
    OCI configuration.
  ° exec: fix double free when using --apparmor and 
    --process-label.

OBS-URL: https://build.opensuse.org/request/show/975835
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/crun?expand=0&rev=13
This commit is contained in:
Dario Faggioli 2022-05-10 08:46:08 +00:00 committed by Git OBS Bridge
parent e4da896bdb
commit 163738596d
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49eeb7ed921428f06094ab02233bb2f95ddfc4bf59a40bcabe8a2823085a0c12
size 1962130

3
crun-1.4.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b3795700f997d96221118edb3296177020b3160720ea20762c7cced274f0d0c
size 879044

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 9 12:43:12 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
- Update to 1.4.5:
+ CRIU: add support for different manage cgroups modes.
+ linux: the hook processes inherit the crun process
environment if there is no environment block specified in the
OCI configuration.
° exec: fix double free when using --apparmor and
--process-label.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 12 08:59:23 UTC 2022 - Dario Faggioli <dfaggioli@suse.com> Tue Apr 12 08:59:23 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>

View File

@ -19,9 +19,9 @@
Summary: OCI runtime written in C Summary: OCI runtime written in C
License: GPL-2.0-or-later License: GPL-2.0-or-later
Name: crun Name: crun
Version: 1.4.4 Version: 1.4.5
Release: 0 Release: 0
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
URL: https://github.com/containers/crun URL: https://github.com/containers/crun
# We always run autogen.sh # We always run autogen.sh
BuildRequires: autoconf BuildRequires: autoconf