Accepting request 1041192 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1041192 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crun?expand=0&rev=9
This commit is contained in:
commit
54917d18cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ae387950f3f75aaff7fe9da14f2f012be842a8b20038bb8344a451197b40ee4
|
||||
size 840324
|
3
crun-1.7.2.tar.gz
Normal file
3
crun-1.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f669ecd3d1895dcaa8425eabb707c06eb3bdb5ae5201a50a423c3cace36c4a05
|
||||
size 1929797
|
11
crun-1.7.2.tar.gz.asc
Normal file
11
crun-1.7.2.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmOGYmUACgkQZ+OPeoui
|
||||
F3J5iggAoxDcRafahpWyUShQ8S23jOPnhSmgUW9CM1RTQ5IgPUpUCgbhH1nLKerZ
|
||||
+jBWb0A1p+by+63Uhd/tnf9SHlkc0GvfjoYigP3Qr+CwPPp/+YrZujlMyZeYrY+7
|
||||
L8tP9A6NocVfAmNQhcX7ubOMFXDlYb1b0khnZItlg3+608OvRnwwlHCkcarhBgIs
|
||||
U56fE6O+ezKW8rh+mlv/NpJ+YiMS29xm0SwGeTt0vc5Oe1eENc5LZPvTNXwLToUT
|
||||
Eqa0g3rAWF301+TaBL988J8LsNXHTDQKWgwqP3pH5YPLRWtu3E2BX+qGJ+6aT3GY
|
||||
28s1Ma9soWadeUznqR1FKIBPa5MQmA==
|
||||
=dSw0
|
||||
-----END PGP SIGNATURE-----
|
42
crun.changes
42
crun.changes
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 09:24:19 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Update to 1.7.2:
|
||||
* criu: hardcode library name to libcriu.so.2.
|
||||
* cgroup: always enable all controllers, even if the cgroup was
|
||||
already joined. Regression caused by crun-1.7.
|
||||
|
||||
- Changes from 1.7.1:
|
||||
* criu: load libcriu dynamically.
|
||||
* seccomp: initialize libgcrypt.
|
||||
* handlers: fix rewriting the argv if the full cmdline doesn't
|
||||
fit.
|
||||
* utils: honor SELinux label when using a custom handler.
|
||||
* utils: honor AppArmor label when using a custom handler.
|
||||
* krun: copy the OCI configuration file into the container.
|
||||
* utils: fix creating the default user namespace when running
|
||||
with euid != 0.
|
||||
* Add setlinebuf() when --debug and --log=file: are used.
|
||||
* Fix timestamp format in the error messages.
|
||||
* krun: disable libkrun's collection of env vars.
|
||||
|
||||
- Changes from 1.7:
|
||||
* seccomp: use a cache for the generated BPF.
|
||||
* add support for setting the domainname through the OCI spec.
|
||||
* handlers: define wasm and krun.
|
||||
* wasmtime: add support for compiling .wat format.
|
||||
* cgroup: honor checkBeforeUpdate on cgroupv2.
|
||||
* crun: chown std streams before joining the user namespace.
|
||||
* crun: display rundir in --version output.
|
||||
* container: with cgroupfs use clone3 to join directly the target
|
||||
cgroup.
|
||||
* linux: create parent directories for created devices with mode
|
||||
0755.
|
||||
* wasm: inherit environment variables in the WasmEdge handler.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 12:31:47 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
|
||||
|
||||
- Update the libkrun dependency to the new libkrun1 library and
|
||||
devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 10:44:19 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
|
||||
|
||||
|
@ -19,9 +19,10 @@
|
||||
Summary: OCI runtime written in C
|
||||
License: GPL-2.0-or-later
|
||||
Name: crun
|
||||
Version: 1.6
|
||||
Version: 1.7.2
|
||||
Release: 0
|
||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
|
||||
URL: https://github.com/containers/crun
|
||||
# We always run autogen.sh
|
||||
BuildRequires: autoconf
|
||||
@ -43,8 +44,8 @@ BuildRequires: systemd-devel
|
||||
BuildRequires: criu-devel >= 3.15
|
||||
%endif
|
||||
%ifarch x86_64 aarch64
|
||||
BuildRequires: libkrun >= 0.1.4
|
||||
Requires: libkrun >= 0.1.7
|
||||
BuildRequires: libkrun-devel
|
||||
Requires: libkrun1
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user