diff --git a/crun-1.15.tar.gz b/crun-1.15.tar.gz deleted file mode 100644 index c2343ac..0000000 --- a/crun-1.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a03ba1e58b8823ae77d010024b43bd94c5a99f7d652257b1b23abd2d2cdb087f -size 1756886 diff --git a/crun-1.15.tar.gz.asc b/crun-1.15.tar.gz.asc deleted file mode 100644 index 65bf7c8..0000000 --- a/crun-1.15.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmYzfXgACgkQZ+OPeoui -F3KNlAf+JPTyqSazEqx+TWdxHwXhzdfaWzgJ7O0mtM3KruCKIodvF+V/tsIDJrwc -gF5tGgLVBD9Tlt+wzCSaoWbxEbz2eZmDRNVtxZt6e/QfHSID8PzVm8jVZiBMmy8n -wPs3chVGM/T0Fh+8hBv2fmueYWPnSMnA4SSxp6eNjAYt5H59OXyVRw5hk0lQTzQQ -U+GeMRTRVkorNq8dZ+LdPHg8+u5ndPCD93wfdelK2wI2X4UlAcTA2qcuL1MowCCC -fqPigsOGiRNjzDCfptbCrG778nZu32AGn4ohBXmxoLDbfz2X3ZjgySzSZaVb/D7S -R4c3fkxsV7PNXt6sNx+J8UAGntztBA== -=pgGE ------END PGP SIGNATURE----- diff --git a/crun-1.16.1.tar.gz b/crun-1.16.1.tar.gz new file mode 100644 index 0000000..c7bc124 --- /dev/null +++ b/crun-1.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70548de4874f0c9e7e1e080ff092e23f8fcc772a23261ee26e26d79f24df289e +size 1760357 diff --git a/crun-1.16.1.tar.gz.asc b/crun-1.16.1.tar.gz.asc new file mode 100644 index 0000000..e85118b --- /dev/null +++ b/crun-1.16.1.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAma7dj0ACgkQZ+OPeoui +F3LNNwgAidlpoqDuVBqh9ykjXfA0fnZ58NpWlU2wuHTk1zt+3vgTuFNGKmSimEZI +c8mcgjq3nvTTmCBWr6Qikh5neSCerJJ+eprvmRQwHHuJj1sPoM/KhmVVc4pfLhQF +B9MQxKrWf635TRh9r5V8kpx0K43ffL7ZVVNJ6Iumm4G1MOaEqpSZYSkgXMePFTGB +kRh9zaHJ66m50i7ctokyfI1Y07hexviDXOhJi5znA0Y2GBSoiZLQcY8hwB7xg/m1 +vd9vI9CHA2E05dWE/Zuz9v/1YRH+hb1fRpnJP6LQPYjlUM/CnmMEDE6yJjQYwDQU +Gu6uuqxH3nXMPJzv0MFpznEva5eLGQ== +=++ex +-----END PGP SIGNATURE----- diff --git a/crun.changes b/crun.changes index b85e5aa..70e06bb 100644 --- a/crun.changes +++ b/crun.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Sep 5 13:18:43 UTC 2024 - Dan Čermák + +- new upstream release 1.16.1 + +1.16.1: + +- fix a regression introduced by 1.16 where using 'rshared' rootfs mount propagation and the rootfs itself is a mountpoint. +- inherit user from original process on exec, if not overridden. + +1.16: + +- build: fix build for s390x. +- linux: fix mount of special files with rro. Open the mount target with O_PATH to prevent open(2) failures with special files like FIFOs or UNIX sockets. +- Fix sd-bus error handling for cpu quota and period props update. +- container: use relative path for rootfs if possible. If the rootfs cannot be resolved and it is below the current working directory, only use its relative path. +- wasmedge: access container environment variables for the WasmEdge configuration. +- cgroup, systemd: use MemoryMax instead of MemoryLimit. Fixes a warning for using an old configuration name. +- cgroup, systemd: improve checks for sd_bus_message_append errors + ------------------------------------------------------------------- Thu May 30 12:30:26 UTC 2024 - Dario Faggioli diff --git a/crun.spec b/crun.spec index c85f8a2..2c12191 100644 --- a/crun.spec +++ b/crun.spec @@ -23,7 +23,7 @@ %endif Name: crun -Version: 1.15 +Version: 1.16.1 Release: 0 Summary: OCI runtime written in C License: GPL-2.0-or-later @@ -86,10 +86,7 @@ export WASMEDGE="--with-wasmedge" %install %make_install rm -rf %{buildroot}/%{_libdir}/lib* -%ifarch x86_64 aarch64 -# allow easy krun usage with podman -ln -s %{_bindir}/crun %{buildroot}%{_bindir}/krun -%endif + %if %with_wasmedge # platform 'wasi/wasm' requires crun-wasm ln -s %{_bindir}/crun %{buildroot}%{_bindir}/crun-wasm