From 4004f55905ab22cc19e55acaefdd7e528b278522 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 26 Feb 2019 10:25:56 +0100 Subject: [PATCH] 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 --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index d9db34b3eea..e9c0a9d8c2e 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. -- 2.39.5