From: Michael Fritch Date: Mon, 25 Jan 2021 23:09:07 +0000 (-0700) Subject: spec, debian: recommend podman >= 2.0.2 X-Git-Tag: v16.2.0~230^2~46 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b2ef70008a57b9212e06f8ae7d3b354ab986f775;p=ceph.git spec, debian: recommend podman >= 2.0.2 Signed-off-by: Michael Fritch (cherry picked from commit a89922789562bec731525dff65759061fcd07085) --- diff --git a/ceph.spec.in b/ceph.spec.in index b0d999f6d28..4463ff758f6 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -422,7 +422,7 @@ BuildArch: noarch Requires: lvm2 Requires: python%{python3_pkgversion} %if 0%{?weak_deps} -Recommends: podman +Recommends: podman >= 2.0.2 %endif %description -n cephadm Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed diff --git a/debian/control b/debian/control index d962b523a9d..b6fdf58da6a 100644 --- a/debian/control +++ b/debian/control @@ -178,7 +178,7 @@ Description: debugging symbols for ceph-base Package: cephadm Architecture: linux-any -Recommends: podman | docker.io +Recommends: podman (>= 2.0.2) | docker.io Depends: lvm2, ${python:Depends}, Description: cephadm utility to bootstrap ceph daemons with systemd and containers