From d3c4299f9fdadaa6e617591cf89e18fdc1fd588c Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Tue, 7 Feb 2023 11:34:21 +0000 Subject: [PATCH] Fix requirement error https://bugzilla.redhat.com/show_bug.cgi?id=2166925 --- ucx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucx.spec b/ucx.spec index 8528333..9300c28 100644 --- a/ucx.spec +++ b/ucx.spec @@ -212,7 +212,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 %description rdmacm