From: Sage Weil Date: Tue, 11 Feb 2020 20:07:25 +0000 (-0600) Subject: ceph.spec: Recommend (but do not require) podman X-Git-Tag: v15.1.1~457^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b16f19efe767215472c8915eb6c1ff3f20f60b94;p=ceph.git ceph.spec: Recommend (but do not require) podman 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 99f190668840..002e12db0d1c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -395,9 +395,11 @@ Base is the package that includes all the files shared amongst ceph servers %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.