diff options
author | Pere Diaz Bou <pdiazbou@redhat.com> | 2021-09-23 13:12:09 +0200 |
---|---|---|
committer | Pere Diaz Bou <pdiazbou@redhat.com> | 2021-12-15 15:36:33 +0100 |
commit | f31f53b8c459ac5e338b81045ad9830d14efda6b (patch) | |
tree | 8c475b47bb93b30e8d0bf3d908fa77cb9b19b582 /ceph.spec.in | |
parent | Merge pull request #44136 from adk3798/agent-logging (diff) | |
download | ceph-f31f53b8c459ac5e338b81045ad9830d14efda6b.tar.xz ceph-f31f53b8c459ac5e338b81045ad9830d14efda6b.zip |
cephadm/box: Cephadm Docker in Docker dev box
Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 092053a1555..66e968bc2ee 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -464,6 +464,8 @@ Summary: Utility to bootstrap Ceph clusters BuildArch: noarch Requires: lvm2 Requires: python%{python3_pkgversion} +Requires: openssh-server +Requires: which %if 0%{?weak_deps} Recommends: podman >= 2.0.2 %endif |