From e9766e20801bcb42235cd03a4331553fef375dcc Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 27 Mar 2024 20:37:53 +0000 Subject: [PATCH] import CS ucx-1.15.0-2.el8 --- .gitignore | 2 +- .ucx.metadata | 2 +- SPECS/ucx.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 77e426e..7b89cae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ucx-1.14.1.tar.gz +SOURCES/ucx-1.15.0.tar.gz diff --git a/.ucx.metadata b/.ucx.metadata index 67d89a0..ac7c1c3 100644 --- a/.ucx.metadata +++ b/.ucx.metadata @@ -1 +1 @@ -508ee61b1d7315adeb28c1002a321ab51a903c33 SOURCES/ucx-1.14.1.tar.gz +8d4102ea12d415a1fa2362ed031b0e548888bbce SOURCES/ucx-1.15.0.tar.gz diff --git a/SPECS/ucx.spec b/SPECS/ucx.spec index c2f7fc0..c3dca96 100644 --- a/SPECS/ucx.spec +++ b/SPECS/ucx.spec @@ -16,8 +16,8 @@ %bcond_with vfs Name: ucx -Version: 1.14.1 -Release: 1%{?dist}.1 +Version: 1.15.0 +Release: 2%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -232,6 +232,7 @@ for large messages. %if %{with rdmacm} %package rdmacm Requires: %{name}-ib%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Summary: UCX RDMA connection manager support %description rdmacm @@ -308,6 +309,14 @@ library internals, protocol objects, transports status, and more. %endif %changelog +* Thu Nov 09 2023 Kamal Heib - 1.15.0-2 +- Fix requirement error +- Resolves: RHEL-932 + +* Tue Nov 07 2023 Kamal Heib - 1.15.0-1 +- Update to upstream release 1.15.0 +- Resolves: RHEL-932 + * Wed Jun 07 2023 Kamal Heib - 1.14.1-1.1 - Fix rpmdeps issue. - Resolves: rhbz#2170072