Merge pull request #36995 from smithfarm/wip-47305

rpm: on SUSE, podman is required for cephadm to work

Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
Sebastian Wagner 2020-09-07 10:39:25 +02:00 committed by GitHub
commit b54e270930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,11 +384,14 @@ Summary: Utility to bootstrap Ceph clusters
Requires: lvm2
%if 0%{?suse_version}
Requires: apparmor-abstractions
Requires: podman
%endif
Requires: python%{python3_pkgversion}
%if ! 0%{?suse_version}
%if 0%{?weak_deps}
Recommends: podman
%endif
%endif
%description -n cephadm
Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed
with systemd and podman.