diff options
author | Tim Serong <tserong@suse.com> | 2021-12-16 06:15:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 06:15:13 +0100 |
commit | ff7b5d727a476218a1a316ff2ae8019493fde9a1 (patch) | |
tree | 1e98e28a8a1b78e5d6fc7546b3d9e95a8322f2f3 /ceph.spec.in | |
parent | Merge pull request #44197 from josephsawaya/zns-segment-manager (diff) | |
parent | ceph.spec.in: fix mgr-cephadm CherryPy requirement for SUSE builds (diff) | |
download | ceph-ff7b5d727a476218a1a316ff2ae8019493fde9a1.tar.xz ceph-ff7b5d727a476218a1a316ff2ae8019493fde9a1.zip |
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>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 092053a1555..5a3a3ec5ab1 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 |