Import from AlmaLinux stable repository
This commit is contained in:
parent
6915d16547
commit
e737e618e2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ucx-1.13.1.tar.gz
|
SOURCES/ucx-1.15.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
c55b2f6525687ddf48385eed12b9dfae27167a96 SOURCES/ucx-1.13.1.tar.gz
|
8d4102ea12d415a1fa2362ed031b0e548888bbce SOURCES/ucx-1.15.0.tar.gz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%bcond_with vfs
|
%bcond_with vfs
|
||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.13.1
|
Version: 1.15.0
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
|
|
||||||
@ -210,6 +210,7 @@ for large messages.
|
|||||||
|
|
||||||
%if %{with rdmacm}
|
%if %{with rdmacm}
|
||||||
%package rdmacm
|
%package rdmacm
|
||||||
|
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Summary: UCX RDMA connection manager support
|
Summary: UCX RDMA connection manager support
|
||||||
|
|
||||||
@ -287,6 +288,22 @@ library internals, protocol objects, transports status, and more.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 09 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-2
|
||||||
|
- Fix requirement error
|
||||||
|
- Resolves: RHEL-888
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* Thu Feb 02 2023 Michal Schmidt <mschmidt@redhat.com> - 1.13.1-2
|
* Thu Feb 02 2023 Michal Schmidt <mschmidt@redhat.com> - 1.13.1-2
|
||||||
- Update to upstream release 1.13.1
|
- Update to upstream release 1.13.1
|
||||||
- Resolves: rhbz#2166780
|
- Resolves: rhbz#2166780
|
||||||
|
Loading…
Reference in New Issue
Block a user