mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
Merge pull request #44269 from SUSE/wip-fix-mgr-cephadm-suse-cherrypy-requires
ceph.spec.in: fix mgr-cephadm CherryPy requirement for SUSE builds Reviewed-by: Nathan Cutler <ncutler@suse.com> Reviewed-by: Michael Fritch <mfritch@suse.com> Reviewed-by: Adam King <adking@redhat.com>
This commit is contained in:
commit
ff7b5d727a
@ -661,14 +661,15 @@ Group: System/Filesystems
|
||||
%endif
|
||||
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
|
||||
Requires: python%{python3_pkgversion}-asyncssh
|
||||
Requires: python%{python3_pkgversion}-cherrypy
|
||||
Requires: cephadm = %{_epoch_prefix}%{version}-%{release}
|
||||
%if 0%{?suse_version}
|
||||
Requires: openssh
|
||||
Requires: python%{python3_pkgversion}-CherryPy
|
||||
Requires: python%{python3_pkgversion}-Jinja2
|
||||
%endif
|
||||
%if 0%{?rhel} || 0%{?fedora}
|
||||
Requires: openssh-clients
|
||||
Requires: python%{python3_pkgversion}-cherrypy
|
||||
Requires: python%{python3_pkgversion}-jinja2
|
||||
%endif
|
||||
%description mgr-cephadm
|
||||
|
Loading…
Reference in New Issue
Block a user