summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-03 16:20:51 +0200
committerGitHub <noreply@github.com>2020-06-03 16:20:51 +0200
commit9bd48a64bbe63c0b8da4dfd3841f4d822fa1d5fb (patch)
tree80dffbc457d4d7020a5396647ade3a85c46ca4f8
parent428303c789243e849f8d88c144c5e7c715510860 (diff)
parent48d2bea1a3be0f3d12cfed4a2dcccd133c8b9be1 (diff)
downloadpodman-9bd48a64bbe63c0b8da4dfd3841f4d822fa1d5fb.tar.gz
podman-9bd48a64bbe63c0b8da4dfd3841f4d822fa1d5fb.tar.bz2
podman-9bd48a64bbe63c0b8da4dfd3841f4d822fa1d5fb.zip
Merge pull request #6477 from rhatdan/spec
RHEL8 and Centos8 don't have oci-runtime yet
-rw-r--r--contrib/spec/podman.spec.in4
1 files changed, 4 insertions, 0 deletions
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