Skip to content

Commit

Permalink
Merge pull request openucx#8849 from yosefe/topic/rpm-spec-ucx-rdmacm…
Browse files Browse the repository at this point in the history
…-to-require-ucx

RPM/SPEC: ucx-rdmacm to require ucx-ib subpackage
  • Loading branch information
yosefe authored Feb 7, 2023
2 parents 47bd2a2 + 81adee8 commit e3db12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ for large messages.

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

Expand Down

0 comments on commit e3db12b

Please sign in to comment.