From 94f1cd3921e0bdb71951cbd1dbc7809bd42eef8c Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 4 Jul 2023 23:14:15 +0800 Subject: [PATCH 1/2] update to ucx-1.13.1-2.el8 Signed-off-by: Zhao Hang --- download | 2 +- ucx.spec | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/download b/download index 8b6544a..2bd2946 100644 --- a/download +++ b/download @@ -1 +1 @@ -659cd7cb0542ec23e270b5eb811ebb86 ucx-1.13.0.tar.gz +b94e0ae7466126a99dbcd76f49270721 ucx-1.13.1.tar.gz diff --git a/ucx.spec b/ucx.spec index e4f5d4d..702222b 100644 --- a/ucx.spec +++ b/ucx.spec @@ -1,4 +1,3 @@ -%define anolis_release .0.1 %{!?configure_options: %global configure_options %{nil}} %bcond_without cma %bcond_with cuda @@ -17,8 +16,8 @@ %bcond_with vfs Name: ucx -Version: 1.13.0 -Release: 1%{anolis_release}%{?dist} +Version: 1.13.1 +Release: 2%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -29,7 +28,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Prefix: %{_prefix} # UCX currently supports only the following architectures -ExclusiveArch: aarch64 ppc64le x86_64 loongarch64 +ExclusiveArch: aarch64 ppc64le x86_64 %if %{defined extra_deps} Requires: %{?extra_deps} @@ -309,8 +308,9 @@ library internals, protocol objects, transports status, and more. %endif %changelog -* Tue Jul 04 2023 Jacob Wang - 1.13.0-1.0.1 -- Add support for loongarch64 (gongwen@nfschina.com) +* Wed Feb 08 2023 Michal Schmidt - 1.13.1-2 +- Update to upstream release 1.13.1 +- Resolves: rhbz#2112958 * Wed Aug 17 2022 Michal Schmidt - 1.13.0-1 - Update to upstream release 1.13.0 -- Gitee From 8666411c402a697c13fa405fc5b1f36ed8952bea Mon Sep 17 00:00:00 2001 From: geliwei <5633293+geliwei@user.noreply.gitee.com> Date: Tue, 7 Dec 2021 05:32:21 +0000 Subject: [PATCH 2/2] build: add support for loongarch64 --- ucx.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ucx.spec b/ucx.spec index 702222b..19846d1 100644 --- a/ucx.spec +++ b/ucx.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %{!?configure_options: %global configure_options %{nil}} %bcond_without cma %bcond_with cuda @@ -17,7 +18,7 @@ Name: ucx Version: 1.13.1 -Release: 2%{?dist} +Release: 2%{anolis_release}%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -28,7 +29,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Prefix: %{_prefix} # UCX currently supports only the following architectures -ExclusiveArch: aarch64 ppc64le x86_64 +ExclusiveArch: aarch64 ppc64le x86_64 loongarch64 %if %{defined extra_deps} Requires: %{?extra_deps} @@ -308,6 +309,9 @@ library internals, protocol objects, transports status, and more. %endif %changelog +* Tue Jul 04 2023 Jacob Wang - 1.13.1-2.0.1 +- Add support for loongarch64 (gongwen@nfschina.com) + * Wed Feb 08 2023 Michal Schmidt - 1.13.1-2 - Update to upstream release 1.13.1 - Resolves: rhbz#2112958 -- Gitee