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 <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2020-06-03 06:31:35 -04:00
parent 95ea39edf3
commit 48d2bea1a3
No known key found for this signature in database
GPG key ID: A2DF901DABE2C028

View file

@ -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