From 69e59b6da1dc55abf04fd4686a0cfb7069c7ed39 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 31 May 2024 17:12:34 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .gitignore | 2 +- .ucx.metadata | 1 - SPECS/ucx.spec | 20 +++++++++++++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) delete mode 100644 .ucx.metadata diff --git a/.gitignore b/.gitignore index 145c41f..7b89cae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ucx-1.13.1.tar.gz +SOURCES/ucx-1.15.0.tar.gz diff --git a/.ucx.metadata b/.ucx.metadata deleted file mode 100644 index d1c4522..0000000 --- a/.ucx.metadata +++ /dev/null @@ -1 +0,0 @@ -c55b2f6525687ddf48385eed12b9dfae27167a96 SOURCES/ucx-1.13.1.tar.gz diff --git a/SPECS/ucx.spec b/SPECS/ucx.spec index 702222b..c3dca96 100644 --- a/SPECS/ucx.spec +++ b/SPECS/ucx.spec @@ -16,7 +16,7 @@ %bcond_with vfs Name: ucx -Version: 1.13.1 +Version: 1.15.0 Release: 2%{?dist} Summary: UCX is a communication library implementing high-performance messaging @@ -231,6 +231,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 @@ -308,6 +309,23 @@ 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 + +* 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