From 14b6106c7b46fdd44c811a2697e3f3608fef8215 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 7 Aug 2018 16:03:00 -0500 Subject: enabled copr epel builds again centos/epel does not understand the Recommends tag Signed-off-by: baude Closes: #1231 Approved by: rhatdan --- contrib/spec/podman.spec.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/spec/podman.spec.in') 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 -- cgit v1.2.3-54-g00ecf