summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-08-07 16:03:00 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-08 09:03:08 +0000
commit14b6106c7b46fdd44c811a2697e3f3608fef8215 (patch)
treefd4fc6bf99d4694e59c207b9e5a6a592f97773cd /contrib
parente94ae35be91ecbce711bcf72a940c23e3c3d8db6 (diff)
downloadpodman-14b6106c7b46fdd44c811a2697e3f3608fef8215.tar.gz
podman-14b6106c7b46fdd44c811a2697e3f3608fef8215.tar.bz2
podman-14b6106c7b46fdd44c811a2697e3f3608fef8215.zip
enabled copr epel builds again
centos/epel does not understand the Recommends tag Signed-off-by: baude <bbaude@redhat.com> Closes: #1231 Approved by: rhatdan
Diffstat (limited to 'contrib')
-rw-r--r--contrib/spec/podman.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index 9f1c4d011..403379340 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -64,7 +64,11 @@ Requires: containers-common
Requires: containernetworking-cni >= 0.6.0-3
Requires: iptables
Requires: oci-systemd-hook
+%if 0%{?fedora}
Recommends: container-selinux
+%else
+Requires: container-selinux
+%endif
# vendored libraries
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort