From fe1c6435b3e35c4eaaa6ec894483a7ee9d229599 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 21 Sep 2023 20:37:08 +0000 Subject: [PATCH] import CS ucx-1.14.1-1.el9.1 --- .gitignore | 2 +- .ucx.metadata | 2 +- SPECS/ucx.spec | 14 +++++++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 145c41f..77e426e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ucx-1.13.1.tar.gz +SOURCES/ucx-1.14.1.tar.gz diff --git a/.ucx.metadata b/.ucx.metadata index d1c4522..67d89a0 100644 --- a/.ucx.metadata +++ b/.ucx.metadata @@ -1 +1 @@ -c55b2f6525687ddf48385eed12b9dfae27167a96 SOURCES/ucx-1.13.1.tar.gz +508ee61b1d7315adeb28c1002a321ab51a903c33 SOURCES/ucx-1.14.1.tar.gz diff --git a/SPECS/ucx.spec b/SPECS/ucx.spec index 3f2278f..ed98f67 100644 --- a/SPECS/ucx.spec +++ b/SPECS/ucx.spec @@ -11,8 +11,8 @@ %bcond_with vfs Name: ucx -Version: 1.13.1 -Release: 2%{?dist} +Version: 1.14.1 +Release: 1%{?dist}.1 Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -210,7 +210,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 @@ -287,6 +287,14 @@ library internals, protocol objects, transports status, and more. %endif %changelog +* Wed Jun 07 2023 Kamal Heib - 1.14.1-1.1 +- Fix rpmdeps issue. +- Resolves: rhbz#2170369 + +* Fri Jun 02 2023 Kamal Heib - 1.14.1-1 +- Update to upstream release 1.14.1 +- Resolves: rhbz#2170369 + * Thu Feb 02 2023 Michal Schmidt - 1.13.1-2 - Update to upstream release 1.13.1 - Resolves: rhbz#2166780