mirror of
https://github.com/containers/podman.git
synced 2025-08-01 07:40:22 +08:00
Default podman.spec to use crun
On systems with cgroupV2 runc will not currently work switch the default in spec file to use crun. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -80,13 +80,14 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: make
|
||||
BuildRequires: systemd-devel
|
||||
Requires: runc
|
||||
Requires: skopeo-containers
|
||||
Requires: containernetworking-plugins >= 0.6.0-3
|
||||
Requires: iptables
|
||||
%if 0%{?rhel} <= 7
|
||||
Requires: container-selinux
|
||||
%else
|
||||
Requires: oci-runtime
|
||||
Recommends: crun
|
||||
Recommends: container-selinux
|
||||
Recommends: slirp4netns
|
||||
Recommends: fuse-overlayfs
|
||||
|
Reference in New Issue
Block a user