From: Ernesto Puerta Date: Thu, 2 Apr 2020 16:26:40 +0000 (+0200) Subject: rpm: add python3-saml as install dependency X-Git-Tag: v16.1.0~2664^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8d3b33633c0a995aef034fdabc55d47c3872566;p=ceph.git rpm: add python3-saml as install dependency `python.*-saml` is required for Ceph-Dashboard SSO support (optional feature). Fixes: https://tracker.ceph.com/issues/44721 Signed-off-by: Ernesto Puerta --- diff --git a/ceph.spec.in b/ceph.spec.in index 20f8f87f9250f..e48d43d3b189d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -537,12 +537,16 @@ Requires: python%{python3_pkgversion}-cherrypy Requires: python%{python3_pkgversion}-jwt Requires: python%{python3_pkgversion}-routes Requires: python%{python3_pkgversion}-werkzeug +%if 0%{?weak_deps} +Recommends: python%{python3_pkgversion}-saml +%endif %endif %if 0%{?suse_version} Requires: python%{python3_pkgversion}-CherryPy Requires: python%{python3_pkgversion}-PyJWT Requires: python%{python3_pkgversion}-Routes Requires: python%{python3_pkgversion}-Werkzeug +Recommends: python%{python3_pkgversion}-python3-saml %endif %description mgr-dashboard ceph-mgr-dashboard is a manager module, providing a web-based application