From: Sebastian Wagner Date: Tue, 10 Mar 2020 11:51:25 +0000 (+0100) Subject: spec: Podman (temporarily) requires apparmor-abstractions on suse X-Git-Tag: v15.1.1~43^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=070e5c3e35ea476815ff9fa4f71aed147fe1ea79;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index fa30198dc13bf..44feb4d8814bd 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