From 837b80bc07e1720ae70c55d1439a784d2bf29c11 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 14 May 2020 08:37:18 -0400 Subject: 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 --- contrib/spec/podman.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 8f2297a72..e4415c291 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.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 -- cgit v1.2.3-54-g00ecf