From 48d2bea1a3be0f3d12cfed4a2dcccd133c8b9be1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 3 Jun 2020 06:31:35 -0400 Subject: RHEL8 and Centos8 don't have oci-runtime yet For the time being we need to just require runc this should fix rdoproject.org/github-check Signed-off-by: Daniel J Walsh --- contrib/spec/podman.spec.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib') diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 9ab0db3ae..8d3cba612 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -80,8 +80,12 @@ Requires: iptables %if 0%{?rhel} <= 7 Requires: container-selinux %else +%if 0%{?rhel} || 0%{?centos} +Requires: runc +%else Requires: oci-runtime Recommends: crun +%endif Recommends: container-selinux Recommends: slirp4netns Recommends: fuse-overlayfs -- cgit v1.2.3-54-g00ecf