From 7363032b1d144fe183c6de8332d800c50c4a70fd9f536808cc88f8c7b9f87e92 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Mon, 4 Dec 2023 09:31:57 +0000 Subject: [PATCH] Accepting request 1130678 from home:dancermak:branches:Virtualization:containers New upstream release 1.12.0 OBS-URL: https://build.opensuse.org/request/show/1130678 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/crun?expand=0&rev=39 --- crun-1.11.1.tar.xz | 3 --- crun-1.11.1.tar.xz.asc | 11 ----------- crun-1.12.tar.xz | 3 +++ crun-1.12.tar.xz.asc | 11 +++++++++++ crun.changes | 22 ++++++++++++++++++++++ crun.spec | 2 +- 6 files changed, 37 insertions(+), 15 deletions(-) delete mode 100644 crun-1.11.1.tar.xz delete mode 100644 crun-1.11.1.tar.xz.asc create mode 100644 crun-1.12.tar.xz create mode 100644 crun-1.12.tar.xz.asc diff --git a/crun-1.11.1.tar.xz b/crun-1.11.1.tar.xz deleted file mode 100644 index 09d7716..0000000 --- a/crun-1.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9543b6fb097f4c9adab6818d4fdac6fcfbafda23a8052013c6ee9d599ef7675f -size 738000 diff --git a/crun-1.11.1.tar.xz.asc b/crun-1.11.1.tar.xz.asc deleted file mode 100644 index 22f076d..0000000 --- a/crun-1.11.1.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmVAEK4ACgkQZ+OPeoui -F3K+qgf/etpSKes+uEJm6pQCr3Lrl9qrVcfZzlhdEZNrgsRb+6KvTBFMiYfL0Q5T -dfsnmr9V3xZpKOWLKNXntKU7ezCgqbeQB0AO5iFZnVMIbGbg0LIE6YrQj1wkxgM0 -W/QVJSIJANRRJ8L6kWRgVIlxSp4xfNAP+o1pL+Lt7i+zveJqx9Jv730hPQJ9ncCL -tGkjLCk7AfAVHzzxMZXMM2oOwIUbLhKpamSe6H1ZVWFog+v03UMrZUVglWd/jjGX -3dMMzzD0kidRS8s/AOdGCSm3qAcZYeynvetvbgbfZlXys/ewKADkrJ3OuaOF0UOH -ZLcvhoGZQ3mlOp0N0UqAl/an4V88cw== -=llI0 ------END PGP SIGNATURE----- diff --git a/crun-1.12.tar.xz b/crun-1.12.tar.xz new file mode 100644 index 0000000..6c2caf2 --- /dev/null +++ b/crun-1.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860f4d1972dd2fdb17e4a1aae4386c4da2989e547d1e17f909b3ca0aff135c28 +size 739228 diff --git a/crun-1.12.tar.xz.asc b/crun-1.12.tar.xz.asc new file mode 100644 index 0000000..77d4841 --- /dev/null +++ b/crun-1.12.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmVfho0ACgkQZ+OPeoui +F3KSLwgAt3cIXkAHXImWqh2mmr3TYkx9ndoMVzkJ48xQJGukwdGx5EI7WHIXWH5C +riN3eNSj5ybS3LLbQdGZwO9RRuELbCuI4MeGtznQQP+e2SumsbL+MpRDpQTu8IgX +lX1WN9aY/oK6wkr+jAs/RV1StV9U+LrfiUpa/RM4+yvjxCsfZF6gOqndLbSV8JE9 +6XADBCbHENwrRwjGcLi8PcI8mAWmy7lvjqxViJwfdIs0gPdfYkIKzChs2m3GKwXO +mozMpKSu9zZfS4w7KHTb7TuLo3QxSwT8Xf8eo3YK1WD+8QKihNNlhQhkKpxcsCaW +R2Q7mIFJogvoisuzWcrQoN1qhyvMHg== +=QyS5 +-----END PGP SIGNATURE----- diff --git a/crun.changes b/crun.changes index 4603a96..8ee90ce 100644 --- a/crun.changes +++ b/crun.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Dec 1 13:41:35 UTC 2023 - Dan Čermák + +- New upstream release 1.12: + + * add new WebAssembly handler: spin. + * systemd: fallback to system bus if session bus is not available. + * configure the cpu rt and cpuset controllers before joining them to + avoid running temporarily the workload on the wrong cpus. + * preconfigure the cpuset with required resources instead of using the + parent's set. This prevents needless churn in the kernel as it + tracks which CPUs have load balancing disabled. + * try attr//* before the attr/* files. Writes to the attr/* + files may fail if apparmor is not the first "major" LSM in the list + of loaded LSMs (e.g. lsm=apparmor,bpf vs lsm=bpf,apparmor). + +- New upstream release 1.11.2: + + * fix a regression caused by 1.11.1 where the process crashes if there + are no CPU limits configured on cgroup v1. (bsc#1217590) + * fix error code check for the ptsname_r function. + ------------------------------------------------------------------- Mon Nov 6 10:19:58 UTC 2023 - Dirk Müller diff --git a/crun.spec b/crun.spec index 9c314dd..1d7177f 100644 --- a/crun.spec +++ b/crun.spec @@ -23,7 +23,7 @@ %endif Name: crun -Version: 1.11.1 +Version: 1.12 Release: 0 Summary: OCI runtime written in C License: GPL-2.0-or-later