Enable riscv64
This seems to be available since 1.16 version. https://github.com/openucx/ucx/pull/9168 Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com> Signed-off-by: Richard W.M. Jones <rjones@redhat.com> (cherry picked from commit 3a29a9c19055af63b204ea922076d91da5ed3396)
This commit is contained in:
parent
5ce54c2b5f
commit
74b7ff7fdc
7
ucx.spec
7
ucx.spec
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.17.0
|
Version: 1.17.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
|
|
||||||
License: BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0)
|
License: BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0)
|
||||||
@ -37,7 +37,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
|
|
||||||
# UCX currently supports only the following architectures
|
# UCX currently supports only the following architectures
|
||||||
ExclusiveArch: aarch64 ppc64le x86_64
|
ExclusiveArch: aarch64 ppc64le x86_64 riscv64
|
||||||
|
|
||||||
%if %{defined extra_deps}
|
%if %{defined extra_deps}
|
||||||
Requires: %{?extra_deps}
|
Requires: %{?extra_deps}
|
||||||
@ -321,6 +321,9 @@ status, and more.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 14 2025 David Abdurachmanov <davidlt@rivosinc.com> - 1.17.0-3
|
||||||
|
- Enable riscv64
|
||||||
|
|
||||||
* Fri Nov 22 2024 Kamal Heib <kheib@redhat.com> - 1.17.0-2
|
* Fri Nov 22 2024 Kamal Heib <kheib@redhat.com> - 1.17.0-2
|
||||||
- Fix Unhandled patch file issue
|
- Fix Unhandled patch file issue
|
||||||
Resolves: RHEL-24811
|
Resolves: RHEL-24811
|
||||||
|
Loading…
Reference in New Issue
Block a user