diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-11 09:59:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 09:59:15 -0400 |
commit | 142e62cb45e54a0e77b598c76886e5cff0cdbb45 (patch) | |
tree | d37394378e023b8b026c11ae2c15e8123c97b295 | |
parent | 5f3e64f64317d05ba457b2912c85c177635eb558 (diff) | |
parent | 2ffb703d1b36346d43d6f11c870279934d7a1bb9 (diff) | |
download | podman-142e62cb45e54a0e77b598c76886e5cff0cdbb45.tar.gz podman-142e62cb45e54a0e77b598c76886e5cff0cdbb45.tar.bz2 podman-142e62cb45e54a0e77b598c76886e5cff0cdbb45.zip |
Merge pull request #6571 from rhatdan/RDO
Fix builds for RDO
-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 8d3cba612..260de7b20 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -77,8 +77,9 @@ BuildRequires: systemd-devel Requires: skopeo-containers Requires: containernetworking-plugins >= 0.6.0-3 Requires: iptables -%if 0%{?rhel} <= 7 +%if 0%{?rhel} < 8 || 0%{?centos} < 8 Requires: container-selinux +Requires: runc %else %if 0%{?rhel} || 0%{?centos} Requires: runc |