Accepting request 1110801 from home:danishprakash:branches:Virtualization:containers

Update to 1.9

OBS-URL: https://build.opensuse.org/request/show/1110801
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/crun?expand=0&rev=31
This commit is contained in:
Dario Faggioli 2023-09-13 08:50:04 +00:00 committed by Git OBS Bridge
parent d72007256d
commit c8debeea1c
6 changed files with 31 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1808235641932a89efc42756db7774e1337c130ed8307b8b588542ca372d9467
size 731656

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmTCIY4ACgkQZ+OPeoui
F3K7oAf/TEcnuJ75/V4uDcBut9hvWF8t7esXXIeJYm8LsNFRWk9r3Zirj9YZCu6x
PDH0CmmQKIlxZsPfWFJQCBEuGAYyNihRO0rHbnLYLBnOhy/TBzZJNolu/RDGmVGY
4ktDxo3u9/GEHqCQyiqGWVqPPGupMG9Rr/xuSg1ElwtnMQerx43unlP2gWR+DBuk
D4umZrlgnaZNPtWy65n/pkhOR3BHr3AfJrYnpgtZPYqk1PmDclz0Lz3Kgmu+zCZm
Mr8FMX0QKJUULyC03l7lVkeymGWfoI3xOnFoGx1K8/cbXDv6C2r0/4IzcHDblycu
vfRsRu7rdHHDeeBvrY4wKOotCUQAYA==
=lScx
-----END PGP SIGNATURE-----

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e35280cfa1a646b4ebdc94cc434035ab51f36a763c6268acc6aa7bbfd6ed21b
size 731008

11
crun-1.9.tar.xz.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmT510AACgkQZ+OPeoui
F3JP+ggAkxDCJMy735O6Bmt1JfzwSkFLTS1a5UZpVxy8Alk0tbfd1Os+ftZ1UYHh
arnDYJf+V6uFz30Yv3uXGGyR+J/5niPi2VaTLPsZVmk8rpqzWfDAuVuHb4C1Fla4
h2HhZTD4HJmkbHaE9ckRvNyeFb9eDJhxWsu00gnDBmRNQls27Xs5l5R1v/2XL9FG
zlu0IZhjlqBivR7a5pE+woCDXRmbIViTZaroJB6pUlEzbmYtFqdZigfrwoa5oDlz
i8bjSCrycsZM1pLNO27ZVQv8JcDGxY+mbjnTJ2WSWLrzDDPeV6vMNwiJUW/+P4PJ
g4aGqGO9I/bARwA/ses9Uu6fWcoj5Q==
=RhZF
-----END PGP SIGNATURE-----

View File

@ -1,7 +1,22 @@
-------------------------------------------------------------------
Wed Sep 13 06:04:30 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
- Update to 1.9:
* linux: support arbitrary idmapped mounts.
* linux: add support for "ridmap" mount option to support recursive
idmapped mounts.
* crun delete: call systemd's reset-failed.
* linux: fix check for oom_score_adj.
* features: Support mountExtensions.
* linux: correctly handle unknown signal string when it doesn't start with
a digit.
* linux: do not attempt to join again already joined namespace.
* wasmer: use latest wasix API.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 5 11:41:14 UTC 2023 - Alexandre Vicenzi <alexandre.vicenzi@suse.com> Tue Sep 5 11:41:14 UTC 2023 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Enable WasmEdge support to run Wasm compat containers. - Enable WasmEdge support to run Wasm compat containers.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 14 12:55:14 UTC 2023 - Danish Prakash <danish.prakash@suse.com> Mon Aug 14 12:55:14 UTC 2023 - Danish Prakash <danish.prakash@suse.com>

View File

@ -19,7 +19,7 @@
%define with_wasmedge 1 %define with_wasmedge 1
Name: crun Name: crun
Version: 1.8.6 Version: 1.9
Release: 0 Release: 0
Summary: OCI runtime written in C Summary: OCI runtime written in C
License: GPL-2.0-or-later License: GPL-2.0-or-later