1- Strictly speaking, docker is okay too.
2- We don't want podman (or docker) installed inside the container image,
but we do need the cephadm package.
Fixes: https://tracker.ceph.com/issues/44065
Signed-off-by: Sage Weil <sage@redhat.com>
%package -n cephadm
Summary: Utility to bootstrap Ceph clusters
-Requires: podman
Requires: lvm2
Requires: python%{python3_pkgversion}
+%if 0%{?weak_deps}
+Recommends: podman
+%endif
%description -n cephadm
Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed
with systemd and podman.