From: Konstantin Sakhinov Date: Thu, 16 Aug 2018 19:38:17 +0000 (+0400) Subject: rpm: change ceph-mgr package depency from py-bcrypt to python2-bcrypt X-Git-Tag: v13.2.2~39^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23868%2Fhead;p=ceph.git rpm: change ceph-mgr package depency from py-bcrypt to python2-bcrypt Signed-off-by: Konstantin Sakhinov (cherry picked from commit 6af10cae66bfd2fd31ead1ad5ef187a6a4d25acd) --- diff --git a/ceph.spec.in b/ceph.spec.in index 535163a5ed08..32a21a706bdb 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -228,13 +228,8 @@ BuildRequires: python3-Cython BuildRequires: python%{_python_buildid}-cherrypy BuildRequires: python%{_python_buildid}-routes BuildRequires: python%{_python_buildid}-werkzeug -%if 0%{?fedora} BuildRequires: python%{_python_buildid}-bcrypt %endif -%if 0%{?rhel} -BuildRequires: py-bcrypt -%endif -%endif %if 0%{?suse_version} BuildRequires: python%{_python_buildid}-CherryPy BuildRequires: python%{_python_buildid}-Routes @@ -373,13 +368,8 @@ Requires: python%{_python_buildid}-jinja2 Requires: python%{_python_buildid}-routes Requires: python%{_python_buildid}-werkzeug Requires: pyOpenSSL%{_python_buildid} -%if 0%{?fedora} Requires: python%{_python_buildid}-bcrypt %endif -%if 0%{?rhel} -Requires: py-bcrypt -%endif -%endif %if 0%{?suse_version} Requires: python%{_python_buildid}-CherryPy Requires: python%{_python_buildid}-Routes