From 070e5c3e35ea476815ff9fa4f71aed147fe1ea79 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 10 Mar 2020 12:51:25 +0100 Subject: [PATCH] spec: Podman (temporarily) requires apparmor-abstractions on suse `apparmor-abstractions` contains a profile that is required to run podman containers. Fixes: https://tracker.ceph.com/issues/44272 Signed-off-by: Sebastian Wagner --- ceph.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index fa30198dc13..44feb4d8814 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -420,6 +420,9 @@ Base is the package that includes all the files shared amongst ceph servers %package -n cephadm Summary: Utility to bootstrap Ceph clusters Requires: lvm2 +%if 0%{?suse_version} +Requires: apparmor-abstractions +%endif Requires: python%{python3_pkgversion} %if 0%{?weak_deps} Recommends: podman -- 2.39.5