diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-14 07:18:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 07:18:41 -0700 |
commit | 7e9ed37c0997d6dd2d6fc6ed6476039ee954286c (patch) | |
tree | 231276a495cc74fbc8936b030febdb7d45f7d27b | |
parent | e35edb6cc51c55179126d2f0507bfdfdeb72052c (diff) | |
parent | 837b80bc07e1720ae70c55d1439a784d2bf29c11 (diff) | |
download | podman-7e9ed37c0997d6dd2d6fc6ed6476039ee954286c.tar.gz podman-7e9ed37c0997d6dd2d6fc6ed6476039ee954286c.tar.bz2 podman-7e9ed37c0997d6dd2d6fc6ed6476039ee954286c.zip |
Merge pull request #6228 from rhatdan/spec
Default podman.spec to use crun
-rw-r--r-- | contrib/spec/podman.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 8f2297a72..e4415c291 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -80,13 +80,14 @@ BuildRequires: libselinux-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd-devel -Requires: runc Requires: skopeo-containers Requires: containernetworking-plugins >= 0.6.0-3 Requires: iptables %if 0%{?rhel} <= 7 Requires: container-selinux %else +Requires: oci-runtime +Recommends: crun Recommends: container-selinux Recommends: slirp4netns Recommends: fuse-overlayfs |