From 5620973b1af4f2b5ca491eae27b6e25bf460781e Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 24 Sep 2020 12:38:01 +0000 Subject: [PATCH] Require container-selinux when selinux-policy is installed (#1881218) --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9977a9f..58478df 100644 --- a/podman.spec +++ b/podman.spec @@ -97,7 +97,7 @@ Recommends: crun >= 0.14-2 %endif %if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?eln} Recommends: catatonit -Recommends: container-selinux +Requires: (container-selinux if selinux-policy) Recommends: runc Recommends: slirp4netns >= 0.3.0-2 %else