Accepting request 1199004 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1199004 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crun?expand=0&rev=23
This commit is contained in:
commit
bcb5df680c
BIN
crun-1.15.tar.gz
(Stored with Git LFS)
BIN
crun-1.15.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -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-----
|
|
3
crun-1.16.1.tar.gz
Normal file
3
crun-1.16.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70548de4874f0c9e7e1e080ff092e23f8fcc772a23261ee26e26d79f24df289e
|
||||||
|
size 1760357
|
11
crun-1.16.1.tar.gz.asc
Normal file
11
crun-1.16.1.tar.gz.asc
Normal file
@ -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-----
|
20
crun.changes
20
crun.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 13:18:43 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
- 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 <dfaggioli@suse.com>
|
Thu May 30 12:30:26 UTC 2024 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: crun
|
Name: crun
|
||||||
Version: 1.15
|
Version: 1.16.1
|
||||||
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
|
||||||
@ -86,10 +86,7 @@ export WASMEDGE="--with-wasmedge"
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -rf %{buildroot}/%{_libdir}/lib*
|
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
|
%if %with_wasmedge
|
||||||
# platform 'wasi/wasm' requires crun-wasm
|
# platform 'wasi/wasm' requires crun-wasm
|
||||||
ln -s %{_bindir}/crun %{buildroot}%{_bindir}/crun-wasm
|
ln -s %{_bindir}/crun %{buildroot}%{_bindir}/crun-wasm
|
||||||
|
Loading…
Reference in New Issue
Block a user