diff --git a/download b/download index 2bd29468b10b61cb8e30cd5c2255db7a085e189d..552e7a6a0dce749a51e9469230c78bbe9ced021c 100644 --- a/download +++ b/download @@ -1 +1 @@ -b94e0ae7466126a99dbcd76f49270721 ucx-1.13.1.tar.gz +3dbdd26e95af9713e3101fffaf67a647 ucx-1.14.1.tar.gz diff --git a/ucx.spec b/ucx.spec index 19846d165ff194f2a8534a23755846cdffb81bd6..dd3049252bb964a5c7846cea67ad1e2e468f2b99 100644 --- a/ucx.spec +++ b/ucx.spec @@ -17,8 +17,8 @@ %bcond_with vfs Name: ucx -Version: 1.13.1 -Release: 2%{anolis_release}%{?dist} +Version: 1.14.1 +Release: 1%{anolis_release}%{?dist}.1 Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -232,7 +232,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 @@ -309,9 +309,18 @@ library internals, protocol objects, transports status, and more. %endif %changelog -* Tue Jul 04 2023 Jacob Wang - 1.13.1-2.0.1 +* Mon Dec 11 2023 liuzhilin - 1.14.1-1.0.1.1 - Add support for loongarch64 (gongwen@nfschina.com) +* Wed Jun 07 2023 Kamal Heib - 1.14.1-1.1 +- Fix rpmdeps issue. +- Resolves: rhbz#2170072 + +* Fri Jun 02 2023 Kamal Heib - 1.14.1-1 +- Update to upstream release 1.14.1 +- Add gating tests +- Resolves: rhbz#2170072 + * Wed Feb 08 2023 Michal Schmidt - 1.13.1-2 - Update to upstream release 1.13.1 - Resolves: rhbz#2112958