]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
spec, debian: recommend podman >= 2.0.2 39007/head
authorMichael Fritch <mfritch@suse.com>
Mon, 25 Jan 2021 23:09:07 +0000 (16:09 -0700)
committerMichael Fritch <mfritch@suse.com>
Tue, 26 Jan 2021 15:01:55 +0000 (08:01 -0700)
Signed-off-by: Michael Fritch <mfritch@suse.com>
ceph.spec.in
debian/control

index 104e58392ffe8778b190c90ee9c47c7b4028246f..2e36e06a56117ae721485d78e4b9ade9aa69884e 100644 (file)
@@ -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 
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