diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-03 16:20:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 16:20:51 +0200 |
commit | 9bd48a64bbe63c0b8da4dfd3841f4d822fa1d5fb (patch) | |
tree | 80dffbc457d4d7020a5396647ade3a85c46ca4f8 /contrib | |
parent | 428303c789243e849f8d88c144c5e7c715510860 (diff) | |
parent | 48d2bea1a3be0f3d12cfed4a2dcccd133c8b9be1 (diff) | |
download | podman-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
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 4 |
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 |