Accepting request 1237871 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1237871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crun?expand=0&rev=28
This commit is contained in:
Ana Guerrero 2025-01-16 17:30:55 +00:00 committed by Git OBS Bridge
commit c4589d3485
6 changed files with 33 additions and 16 deletions

3
crun-1.19.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32a9f283066640141a0f4401ac7ec7b5dd076b9632ab7e2eb53ff2c4e77bc8c1
size 1786019

11
crun-1.19.1.tar.gz.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmdh49UACgkQZ+OPeoui
F3JaKAf8Cj1pfuua4Xy+K3LRG/6kANrkI4N6WoHgu1iOqFka5bEMDP/TTVx2NLAm
vAd2wHEArtYpSyHi4FMYrqNmKu2t7/ng+FRKOQyCj7gBvc9hjxUysdDVunb1btZV
C6zUIe3B3ZxlMhZPfNBGGYBWLKZzY9QT8Jf0Z+7c7qgx3YpMfZAmExkM8IdGi6Ft
/HsrdSTjY0wUQT4L++e6eU2T/rk8k6TawMk6XI+AxDtIuUNCTYW9EhfN4C5R55VP
CPrfv0xHUDJSEVPDATVLDPEC+X9zSmWiJqwztR/Tu+qT5T0hVd+SjZPe7NuAZpKf
H4i0oYnHeg1pCldG3q4audpkUH9DHA==
=V2ke
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmdTDcIACgkQZ+OPeoui
F3LtrQf/Wpgo4cSvwBuyEGRJfwY2U5+b0WK6oyQ+jkOuuIO+wLPURqLZjJ2ssRy9
DQ8SD2qwG9yJKXg6LQX7UMX2SfHuKPD8crK0XIYDwiwT67Y9+OX7He4GLEthJPa0
oyVgOEbi7Ph1U5I7K2rZ/+2PIhbZ+W3hY5nQyHv49vdW8dpxYsqH/8pFJoJNPXr/
7uGNL/uFBcnvg4FQTLKoVK2gdREfgkSYab8/kh7OlCbj2YxAWIonBcPlN6lbQ+/H
mPQe+lxl10MFikLK78uIptXr71rSfuqILtfP2FqEkq7uzrgmz2szrFpljLfAravR
/87H6SqsdvB7RUxS9SaJdAsXWa+atQ==
=GD8P
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 7 09:05:57 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to 1.19.1
* linux: fix a hang if there are no reads from the tty. Use non blocking sockets to read and write from the tty so that the "crun exec" process doesn't hang when the terminal is not consuming any data.
* linux: remove the workaround needed to mount a cgroup on top of another cgroup mount. The workaround had the disadvantage to temporarily leak a mount on the host. The alternative that is currently used is to mount a temporary tmpfs between the twoo cgroup mounts.
- Update to 1.19
* wasm: add new handler wamr.
* criu: allow passing network lock method to libcriu.
* linux: honor exec cpu affinity mask.
* build: fix build with musl libc.
* crun: use mount API to self-clone.
* cgroup, systemd: do not override devices on update. If the "update" request has no device block configured, do not reset the previously configuration.
* cgroup: handle case where cgroup v1 freezer is disabled. On systems without the freezer controller, containers were mistakenly reported as paused.
* cgroup: do not stop process on exec. The cpu mask is configured on the systemd scope, the previous workaround to stop the container until the cgroup is fully configured is no longer needed.
-------------------------------------------------------------------
Tue Dec 10 06:14:24 UTC 2024 - Aleksa Sarai <asarai@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package crun
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,7 +27,7 @@
%endif
Name: crun
Version: 1.19
Version: 1.19.1
Release: 0
Summary: OCI runtime written in C
License: GPL-2.0-or-later