From: Nathan Cutler Date: Fri, 8 Jan 2021 15:16:17 +0000 (+0100) Subject: rpm: ceph-mgr-dashboard recommends python3-saml on SUSE X-Git-Tag: v14.2.17~78^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38818%2Fhead;p=ceph.git rpm: ceph-mgr-dashboard recommends python3-saml on SUSE This commit is not cherry-picked from master because it is fixing an incomplete backport. The master commit d8d3b33633c0a995aef034fdabc55d47c3872566 rpm: add python3-saml as install dependency added a line Recommends: python%{python3_pkgversion}-python3-saml which was intentionally omitted from the nautilus cherry-pick because this package (python3-python3-saml) was not available in SLE-15-SP1/SES6. In the meantime, the package has been made available there, so the line can now be backported to nautilus. Fixes: 59f704bfd94728f350e5a6fc6f54416fb5534eeb Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 8211ae7b4d86..8fcb7488f68c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -510,6 +510,7 @@ Requires: python%{_python_buildid}-CherryPy Requires: python%{_python_buildid}-PyJWT Requires: python%{_python_buildid}-Routes Requires: python%{_python_buildid}-Werkzeug +Recommends: python%{_python_buildid}-python3-saml %endif %if 0%{?rhel} == 7 Requires: pyOpenSSL