mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
Merge PR #26719 into master
* refs/pull/26719/head: rpm: re-add pyOpenSSL as ceph-mgr runtime dependency Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
11f986830e
@ -445,6 +445,11 @@ Recommends: ceph-mgr-diskprediction-cloud = %{_epoch_prefix}%{version}-%{release
|
||||
Recommends: ceph-mgr-rook = %{_epoch_prefix}%{version}-%{release}
|
||||
Recommends: ceph-mgr-ssh = %{_epoch_prefix}%{version}-%{release}
|
||||
%endif
|
||||
%if 0%{?rhel} == 7
|
||||
Requires: pyOpenSSL
|
||||
%else
|
||||
Requires: python%{_python_buildid}-pyOpenSSL
|
||||
%endif
|
||||
%description mgr
|
||||
ceph-mgr enables python modules that provide services (such as the REST
|
||||
module derived from Calamari) and expose CLI hooks. ceph-mgr gathers
|
||||
|
Loading…
Reference in New Issue
Block a user