Compare commits
2 Commits
6f1af6332b
...
ff58f1cbd4
Author | SHA1 | Date | |
---|---|---|---|
|
ff58f1cbd4 | ||
|
cbbb8ab01d |
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/ucx-1.13.0.tar.gz
|
||||
/ucx-1.13.1.tar.gz
|
||||
/ucx-1.14.1.tar.gz
|
||||
/ucx-1.15.0.tar.gz
|
||||
|
1
.ucx.metadata
Normal file
1
.ucx.metadata
Normal file
@ -0,0 +1 @@
|
||||
8d4102ea12d415a1fa2362ed031b0e548888bbce ucx-1.15.0.tar.gz
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ucx-1.14.1.tar.gz) = 9edb7a2f754094af595c0adf693cd294fc0facc6f08b1235436eea8b3d1b6414c3fb8de8e6619099ba6af99961e47a5441ddc88324207aa123d2c8a3b6faf431
|
||||
SHA512 (ucx-1.15.0.tar.gz) = 8ad9d4bc09a890ffae74c71496221d6ad710116e25531e867f78a84ff90808fe8859d856e261f536e89fba8d7d1b6ed3f7cf5054b6e34edee1bea19d5fdd1e0b
|
||||
|
12
ucx.spec
12
ucx.spec
@ -11,7 +11,7 @@
|
||||
%bcond_with vfs
|
||||
|
||||
Name: ucx
|
||||
Version: 1.14.1
|
||||
Version: 1.15.0
|
||||
Release: 1%{?dist}
|
||||
Summary: UCX is a communication library implementing high-performance messaging
|
||||
|
||||
@ -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
|
||||
* Tue Nov 07 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-1
|
||||
- Update to upstream release 1.15.0
|
||||
- Resolves: RHEL-888
|
||||
|
||||
* Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1.1
|
||||
- Fix rpmdeps issue.
|
||||
- Resolves: rhbz#2170369
|
||||
|
||||
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1
|
||||
- Update to upstream release 1.14.1
|
||||
- Resolves: rhbz#2170369
|
||||
|
Loading…
Reference in New Issue
Block a user