From a89922789562bec731525dff65759061fcd07085 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Mon, 25 Jan 2021 16:09:07 -0700 Subject: [PATCH] spec, debian: recommend podman >= 2.0.2 Signed-off-by: Michael Fritch --- ceph.spec.in | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 104e58392ffe..2e36e06a5611 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 d962b523a9df..b6fdf58da6a3 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 -- 2.47.3