Fix rpmdeps issue
Resolves: rhbz#2170072 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
8d435999b0
commit
de23652768
8
ucx.spec
8
ucx.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.14.1
|
Version: 1.14.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.1
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -231,7 +231,7 @@ for large messages.
|
|||||||
|
|
||||||
%if %{with rdmacm}
|
%if %{with rdmacm}
|
||||||
%package rdmacm
|
%package rdmacm
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
|
||||||
Summary: UCX RDMA connection manager support
|
Summary: UCX RDMA connection manager support
|
||||||
|
|
||||||
%description rdmacm
|
%description rdmacm
|
||||||
@ -308,6 +308,10 @@ library internals, protocol objects, transports status, and more.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1.1
|
||||||
|
- Fix rpmdeps issue.
|
||||||
|
- Resolves: rhbz#2170072
|
||||||
|
|
||||||
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1
|
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1
|
||||||
- Update to upstream release 1.14.1
|
- Update to upstream release 1.14.1
|
||||||
- Add gating tests
|
- Add gating tests
|
||||||
|
Loading…
Reference in New Issue
Block a user