From 8da94821d96e6cdff24b0489a40f16df76f2fb24 Mon Sep 17 00:00:00 2001 From: liuzhilin Date: Mon, 11 Dec 2023 10:28:03 +0800 Subject: [PATCH] update to ucx-1.14.1-1 --- download | 2 +- ucx.spec | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/download b/download index 2bd2946..552e7a6 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 19846d1..dd30492 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 -- Gitee