From b2ef70008a57b9212e06f8ae7d3b354ab986f775 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 (cherry picked from commit a89922789562bec731525dff65759061fcd07085) --- 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 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 -- 2.47.3