Compare commits

...

No commits in common. 'c8-beta' and 'c9' have entirely different histories.
c8-beta ... c9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/ucx-1.15.0.tar.gz SOURCES/ucx-1.14.1.tar.gz

@ -1 +1 @@
8d4102ea12d415a1fa2362ed031b0e548888bbce SOURCES/ucx-1.15.0.tar.gz 508ee61b1d7315adeb28c1002a321ab51a903c33 SOURCES/ucx-1.14.1.tar.gz

@ -3,11 +3,6 @@
%bcond_with cuda %bcond_with cuda
%bcond_with gdrcopy %bcond_with gdrcopy
%bcond_without ib %bcond_without ib
%if 0%{?fedora} >= 30 || 0%{?rhel} >= 7
%bcond_with ib_cm
%else
%bcond_without ib_cm
%endif
%bcond_with knem %bcond_with knem
%bcond_without rdmacm %bcond_without rdmacm
%bcond_with rocm %bcond_with rocm
@ -16,8 +11,8 @@
%bcond_with vfs %bcond_with vfs
Name: ucx Name: ucx
Version: 1.15.0 Version: 1.14.1
Release: 2%{?dist} Release: 1%{?dist}.1
Summary: UCX is a communication library implementing high-performance messaging Summary: UCX is a communication library implementing high-performance messaging
License: BSD License: BSD
@ -49,9 +44,6 @@ BuildRequires: gdrcopy
%if %{with ib} %if %{with ib}
BuildRequires: libibverbs-devel BuildRequires: libibverbs-devel
%endif %endif
%if %{with ib_cm}
BuildRequires: libibcm-devel
%endif
%if %{with knem} %if %{with knem}
BuildRequires: knem BuildRequires: knem
%endif %endif
@ -105,7 +97,6 @@ Provides header files and examples for developing with UCX.
%_with_arg cuda cuda \ %_with_arg cuda cuda \
%_with_arg gdrcopy gdrcopy \ %_with_arg gdrcopy gdrcopy \
%_with_arg ib verbs \ %_with_arg ib verbs \
%_with_arg ib_cm cm \
%_with_arg knem knem \ %_with_arg knem knem \
%_with_arg rdmacm rdmacm \ %_with_arg rdmacm rdmacm \
%_with_arg rocm rocm \ %_with_arg rocm rocm \
@ -203,18 +194,6 @@ hardware-offloaded data transfer.
%{_libdir}/ucx/libuct_ib.so.* %{_libdir}/ucx/libuct_ib.so.*
%endif %endif
%if %{with ib_cm}
%package ib-cm
Requires: %{name}-ib%{?_isa} = %{version}-%{release}
Summary: UCX InfiniBand connection-manager support
%description ib-cm
Provides Infiniband Connection Manager (also known as ibcm) support for UCX.
%files ib-cm
%{_libdir}/ucx/libuct_ib_cm.so.*
%endif
%if %{with knem} %if %{with knem}
%package knem %package knem
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
@ -232,7 +211,6 @@ for large messages.
%if %{with rdmacm} %if %{with rdmacm}
%package rdmacm %package rdmacm
Requires: %{name}-ib%{?_isa} = %{version}-%{release} Requires: %{name}-ib%{?_isa} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
Summary: UCX RDMA connection manager support Summary: UCX RDMA connection manager support
%description rdmacm %description rdmacm
@ -309,50 +287,40 @@ 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-932
* Tue Nov 07 2023 Kamal Heib <kheib@redhat.com> - 1.15.0-1
- Update to upstream release 1.15.0
- Resolves: RHEL-932
* Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1.1 * Wed Jun 07 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1.1
- Fix rpmdeps issue. - Fix rpmdeps issue.
- Resolves: rhbz#2170072 - Resolves: rhbz#2170369
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1 * Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1.14.1-1
- Update to upstream release 1.14.1 - Update to upstream release 1.14.1
- Add gating tests - Resolves: rhbz#2170369
- Resolves: rhbz#2170072
* Wed Feb 08 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#2112958 - Resolves: rhbz#2166780
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-1 * Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-1
- Update to upstream release 1.13.0 - Update to upstream release 1.13.0
- Resolves: rhbz#2049529 - Resolves: rhbz#2049557
* Thu Nov 18 2021 Honggang Li <honli@redhat.com> - 1.11.2-2 * Thu Nov 18 2021 Honggang Li <honli@redhat.com> - 1.11.2-2
- TOOLS/INFO: Update help message for context features - TOOLS/INFO: Update help message for context features
- Resolves: rhbz#1973959 - Related: rhbz#1991185
* Tue Nov 09 2021 Honggang Li <honli@redhat.com> - 1.11.2-1 * Mon Nov 01 2021 Honggang Li <honli@redhat.com> - 1.11.2-1
- Bump version to 1.11.2 - Bump version to 1.11.2
- Resolves: rhbz#1982204 - Related: rhbz#2015402
* Thu May 27 2021 Yurii Shestakov <yuriis@nvidia.com> 1.10.1-2 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.1-3
- Bump version to 1.10.1 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Apr 26 2021 Yurii Shestakov <yuriis@nvidia.com> 1.10.1-rc1
- Bump version to 1.10.1-rc1
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2 * Mon Jul 12 2021 Honggang Li <honli@redhat.com> - 1.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Bump version to 1.10.1
- Related: rhbz#1858571
* Wed Nov 11 2020 Yossi Itigin <yosefe@mellanox.com> 1.10.0-1 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9.0-2
- Make the RPM relocatable - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Nov 2 2020 Orion Poplawski <orion@nwra.com> - 1.9.0-1 * Mon Nov 2 2020 Orion Poplawski <orion@nwra.com> - 1.9.0-1
- Update to 1.9.0 - Update to 1.9.0

Loading…
Cancel
Save