Fix requirement error
Resolves: RHEL-932 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
019b602f29
commit
a122d7c901
7
ucx.spec
7
ucx.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.15.0
|
Version: 1.15.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -232,6 +232,7 @@ for large messages.
|
|||||||
%if %{with rdmacm}
|
%if %{with rdmacm}
|
||||||
%package rdmacm
|
%package rdmacm
|
||||||
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
|
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Summary: UCX RDMA connection manager support
|
Summary: UCX RDMA connection manager support
|
||||||
|
|
||||||
%description rdmacm
|
%description rdmacm
|
||||||
@ -308,6 +309,10 @@ library internals, protocol objects, transports status, and more.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 09 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-2
|
||||||
|
- Fix requirement error
|
||||||
|
- Resolves: RHEL-932
|
||||||
|
|
||||||
* Tue Nov 07 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-1
|
* Tue Nov 07 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-1
|
||||||
- Update to upstream release 1.15.0
|
- Update to upstream release 1.15.0
|
||||||
- Resolves: RHEL-932
|
- Resolves: RHEL-932
|
||||||
|
Loading…
Reference in New Issue
Block a user