Skip to content

Commit e3db12b

Browse files
authored
Merge pull request openucx#8849 from yosefe/topic/rpm-spec-ucx-rdmacm-to-require-ucx
RPM/SPEC: ucx-rdmacm to require ucx-ib subpackage
2 parents 47bd2a2 + 81adee8 commit e3db12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucx.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ for large messages.
265265

266266
%if %{with rdmacm}
267267
%package rdmacm
268-
Requires: %{name}%{?_isa} = %{version}-%{release}
268+
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
269269
Summary: UCX RDMA connection manager support
270270
Group: System Environment/Libraries
271271

0 commit comments

Comments
 (0)