From 2c1c58e2c0b029d984a1b29c7511006b48dac2884e7fcaf6e009c9746c7ffe0c Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Fri, 13 Oct 2023 06:54:47 +0000 Subject: [PATCH] Accepting request 1117136 from home:dancermak:branches:Virtualization:containers New upstream release 1.9.2 OBS-URL: https://build.opensuse.org/request/show/1117136 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/crun?expand=0&rev=35 --- crun-1.9.2.tar.xz | 3 +++ crun-1.9.2.tar.xz.asc | 11 +++++++++++ crun-1.9.tar.xz | 3 --- crun-1.9.tar.xz.asc | 11 ----------- crun.changes | 22 ++++++++++++++++++++++ crun.spec | 13 ++++++++----- 6 files changed, 44 insertions(+), 19 deletions(-) create mode 100644 crun-1.9.2.tar.xz create mode 100644 crun-1.9.2.tar.xz.asc delete mode 100644 crun-1.9.tar.xz delete mode 100644 crun-1.9.tar.xz.asc diff --git a/crun-1.9.2.tar.xz b/crun-1.9.2.tar.xz new file mode 100644 index 0000000..eecabfa --- /dev/null +++ b/crun-1.9.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df37442265fc39b6aabd29a00240ff0ebd3baee872d2b2f62d8e72b1e646de0 +size 732544 diff --git a/crun-1.9.2.tar.xz.asc b/crun-1.9.2.tar.xz.asc new file mode 100644 index 0000000..a731066 --- /dev/null +++ b/crun-1.9.2.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmUUlnUACgkQZ+OPeoui +F3I3Rgf9HBoaXaDHsoXUkhgfZO0PDQ0myxHTYleQrJBNzv5ySqqPBa2gefFBDZ/a +YLcxDIxtWAudprhiRYKuTTiaHLs4CGwcfsk3f3HrhjR2m9KVpCFU6qLcNruMq+8+ +5ygmpxQjrUWzLXR3QgWIXCE8oekSHtylY3R/YorlvX2/2VMVEWxxpesA2DJlDXKw +6IGlCw5QiDVy0V2DpFNAwihgAC5OTtGctZDnO5LpikOPtK6d+QWEzowk5YCD8YMi +qp5nhEpvFNKCjo0UDbj0KAiJbWizndPp5oCDvwpKRrLhu8J9Ix3jh3jB2Ka3ETwB +YY592KqjnAtUSUa2+MSTtb8/O9VYRQ== +=LJO0 +-----END PGP SIGNATURE----- diff --git a/crun-1.9.tar.xz b/crun-1.9.tar.xz deleted file mode 100644 index d1235e4..0000000 --- a/crun-1.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e35280cfa1a646b4ebdc94cc434035ab51f36a763c6268acc6aa7bbfd6ed21b -size 731008 diff --git a/crun-1.9.tar.xz.asc b/crun-1.9.tar.xz.asc deleted file mode 100644 index a40e585..0000000 --- a/crun-1.9.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------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----- diff --git a/crun.changes b/crun.changes index dca20e8..1420b5f 100644 --- a/crun.changes +++ b/crun.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Oct 12 08:02:18 UTC 2023 - Dan Čermák + +- New upstream release 1.9.2: + + * cgroup: reset the inherited cpu affinity after moving to cgroup. Old kernels + do that automatically, but new kernels remember the affinity that was set + before the cgroup move, so we need to reset it in order to honor the cpuset + configuration. + +- New upstream release 1.9.1: + + * utils: ignore ENOTSUP when chmod a symlink. It fixes a problem on Linux 6.6 + that always refuses chmod on a symlink. + * build: fix build on CentOS 7 + * linux: add new fallback when mount fails with EBUSY, so that there is not an + additional tmpfs mount if not needed. + * utils: improve error message when a directory cannot be created as a + component of the path is already existing as a non directory. + +- Only build with wasmedge on x86_64 & aarch64 + ------------------------------------------------------------------- Wed Oct 11 11:29:21 UTC 2023 - Alexandre Vicenzi diff --git a/crun.spec b/crun.spec index fddf930..c30dada 100644 --- a/crun.spec +++ b/crun.spec @@ -15,17 +15,20 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%ifarch x86_64 aarch64 %define with_wasmedge 1 +%else +%define with_wasmedge 0 +%endif Name: crun -Version: 1.9 +Version: 1.9.2 Release: 0 Summary: OCI runtime written in C License: GPL-2.0-or-later URL: https://github.com/containers/crun -Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz -Source1: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +Source0: %{URL}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: %{URL}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: crun.keyring # We always run autogen.sh BuildRequires: autoconf @@ -76,7 +79,7 @@ export WASMEDGE="--with-wasmedge" # - it would be nice to enable the test-suite, but seems to behave (and fail!) # differently when run inside of an OBS worker, with respect to when it's # run manually on the host... Need to investigate more. -#%check +%dnl %check #make test-suite.log %install