mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 03:45:46 +00:00
Merge pull request #6477 from rhatdan/spec
RHEL8 and Centos8 don't have oci-runtime yet
This commit is contained in:
commit
9bd48a64bb
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue