From: Nathan Cutler Date: Fri, 9 Oct 2020 09:38:10 +0000 (+0200) Subject: Revert "rpm: on SUSE, podman is required for cephadm to work" X-Git-Tag: v16.1.0~806^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f5fc346bb2f6f1a9d965bffb677c99b992c93754;p=ceph.git Revert "rpm: on SUSE, podman is required for cephadm to work" This reverts commit 009ade0c3ea624ecf47c8a3f9d1673b342e967cc. Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index aa7a94816faf..7a917d38a510 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -388,14 +388,11 @@ 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.