From 009ade0c3ea624ecf47c8a3f9d1673b342e967cc Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 4 Sep 2020 17:51:07 +0200 Subject: [PATCH] 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 --- ceph.spec.in | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.3