Update to upstream release 1.20.1

Resolves: RHEL-147252
Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
Kamal Heib 2026-06-09 11:28:13 -04:00
parent f0cf1b4696
commit 16bf2b75b7
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/ucx-1.17.0.tar.gz
/ucx-1.18.1.tar.gz
/ucx-1.19.1.tar.gz
/ucx-1.20.1.tar.gz

View File

@ -1 +1 @@
SHA512 (ucx-1.19.1.tar.gz) = db6eca505f905ef27c148a8c3b3e828b760f7ac524d405e81096bd8919bd4f119139dc9003c9a37e09cbb364f5ecacc04d04257c491acd609df42891625b4a32
SHA512 (ucx-1.20.1.tar.gz) = 4fdc9ae518ff24e5ada008e11e844a2f332074b3a20a0c644fa1b534686325cb56c387d8ea0d3e023c4fab49294af0e3f49cae8d5d6427de3a8a1f39944ca2b1

View File

@ -14,7 +14,7 @@
%bcond_with efa
Name: ucx
Version: 1.19.1
Version: 1.20.1
Release: 1%{?dist}
Summary: UCX is a communication library implementing high-performance messaging
@ -374,6 +374,10 @@ Infiniband datagrams for out-of-band communications.
%endif
%changelog
* Tue Jun 09 2026 Kamal Heib <kheib@redhat.com> - 1.20.1-1
- Update to upstream release 1.20.1
- Resolves: RHEL-147252
* Wed Feb 04 2026 Kamal Heib <kheib@redhat.com> - 1.19.1-1
- Update to upstream release 1.19.1
- Resolves: RHEL-98259