From: Nathan Cutler Date: Tue, 26 Feb 2019 09:25:56 +0000 (+0100) Subject: rpm: use %_python_buildid to specify python-remoto dep X-Git-Tag: v14.1.1~111^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4004f55905ab22cc19e55acaefdd7e528b278522;p=ceph.git rpm: use %_python_buildid to specify python-remoto dep Without this patch, the Python 2 version of python-remoto is always installed, even on Python 3 systems. Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index d9db34b3eea8..e9c0a9d8c2e3 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -525,7 +525,7 @@ BuildArch: noarch Group: System/Filesystems %endif Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} -Requires: python-remoto +Requires: python%{_python_buildid}-remoto %description mgr-ssh ceph-mgr-ssh is a ceph-mgr module for orchestration functions using direct SSH connections for management operations.