forked from pool/podman
Accepting request 1119372 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1119372 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=116
This commit is contained in:
commit
419d97de67
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 09:47:46 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Use crun on Tumbleweed & ALP for WASM support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 06 05:50:25 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
|
@ -62,7 +62,12 @@ Requires: conmon >= 2.0.24
|
||||
Requires: fuse-overlayfs
|
||||
Requires: iptables
|
||||
Requires: libcontainers-common >= 20230214
|
||||
# use crun on Tumbleweed & ALP for WASM support
|
||||
%if 0%{suse_version} >= 1600
|
||||
Requires: crun
|
||||
%else
|
||||
Requires: runc >= 1.0.1
|
||||
%endif
|
||||
Requires: slirp4netns >= 0.4.0
|
||||
Requires: timezone
|
||||
Suggests: katacontainers
|
||||
|
Loading…
Reference in New Issue
Block a user