diff --git a/utils/pmdk.spec.in b/utils/pmdk.spec.in index da68d29380e5d8dae543f2950a07c08e8795c6ff..4ed02b65da6cb780989a11d6034ddd7f5be262e1 100644 --- a/utils/pmdk.spec.in +++ b/utils/pmdk.spec.in @@ -541,7 +541,11 @@ debug version is to set the environment variable LD_LIBRARY_PATH to Summary: Remote Access to Persistent Memory library Group: __GROUP_SYS_LIBS__ Requires: libfabric >= %{min_libfabric_ver} +%if %{defined suse_version} +Requires: openssh +%else Requires: openssh-clients +%endif %description -n librpmem__PKG_NAME_SUFFIX__ The librpmem library provides low-level support for remote access to persistent memory utilizing RDMA-capable NICs. It can be used