From: Nathan Cutler Date: Fri, 4 Sep 2020 15:51:07 +0000 (+0200) Subject: rpm: on SUSE, podman is required for cephadm to work X-Git-Tag: v16.1.0~1171^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36995%2Fhead;p=ceph.git rpm: on SUSE, podman is required for cephadm to work On SUSE, cephadm is tested with podman only. Fixes: https://tracker.ceph.com/issues/47305 Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 7c1c1193bb2a..cc9975417a56 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -384,11 +384,14 @@ Summary: Utility to bootstrap Ceph clusters Requires: lvm2 %if 0%{?suse_version} Requires: apparmor-abstractions +Requires: podman %endif Requires: python%{python3_pkgversion} +%if ! 0%{?suse_version} %if 0%{?weak_deps} Recommends: podman %endif +%endif %description -n cephadm Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed with systemd and podman.