From: Michael Fritch Date: Mon, 25 Jan 2021 23:09:07 +0000 (-0700) Subject: spec, debian: recommend podman >= 2.0.2 X-Git-Tag: v17.1.0~3131^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a89922789562bec731525dff65759061fcd07085;p=ceph-ci.git spec, debian: recommend podman >= 2.0.2 Signed-off-by: Michael Fritch --- diff --git a/ceph.spec.in b/ceph.spec.in index 104e58392ff..2e36e06a561 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -420,7 +420,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