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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33850%2Fhead;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 fa30198dc13b..44feb4d8814b 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