mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
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:
commit
b54e270930
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user