Accepting request 976025 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/976025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crun?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-05-10 13:12:33 +00:00 committed by Git OBS Bridge
commit 14754b3980
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>

View File

@ -19,9 +19,9 @@
Summary: OCI runtime written in C
License: GPL-2.0-or-later
Name: crun
Version: 1.4.4
Version: 1.4.5
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
# We always run autogen.sh
BuildRequires: autoconf