]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
spec, debian: recommend podman >= 2.0.2
authorMichael Fritch <mfritch@suse.com>
Mon, 25 Jan 2021 23:09:07 +0000 (16:09 -0700)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 29 Jan 2021 12:30:47 +0000 (13:30 +0100)
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit a89922789562bec731525dff65759061fcd07085)

ceph.spec.in
debian/control

index b0d999f6d283593a2b4d04938a3630a98da3de45..4463ff758f6dc5f130f7fc86702a3ce7076099d0 100644 (file)
@@ -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 
index d962b523a9df17be2325125f0cf13fd8b4a8d203..b6fdf58da6a349a0e0c70bfe0093427d207290ab 100644 (file)
@@ -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