add loongarch64 to ExclusiveArch
This commit is contained in:
parent
497200ba81
commit
d609361788
@ -4,7 +4,7 @@
|
|||||||
Summary: A unified analytics engine for large-scale data processing.
|
Summary: A unified analytics engine for large-scale data processing.
|
||||||
Name: spark
|
Name: spark
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 3
|
Release: 4
|
||||||
License: Apache 2.0
|
License: Apache 2.0
|
||||||
URL: http://spark.apache.org/
|
URL: http://spark.apache.org/
|
||||||
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
|
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
|
||||||
@ -28,7 +28,7 @@ BuildRequires: java-1.8.0-openjdk-devel git maven
|
|||||||
|
|
||||||
Requires: java-1.8.0-openjdk
|
Requires: java-1.8.0-openjdk
|
||||||
|
|
||||||
ExclusiveArch: x86_64 aarch64 ppc64le riscv64
|
ExclusiveArch: x86_64 aarch64 ppc64le riscv64 loongarch64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Apache Spark achieves high performance for both batch and streaming data, using a state-of-the-art DAG scheduler, a query optimizer, and a physical execution engine.
|
Apache Spark achieves high performance for both batch and streaming data, using a state-of-the-art DAG scheduler, a query optimizer, and a physical execution engine.
|
||||||
@ -97,6 +97,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 15 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 3.5.0-4
|
||||||
|
- add loongarch64 to ExclusiveArch
|
||||||
|
|
||||||
* Mon Jul 1 2024 Dingli Zhang <dingli@iscas.ac.cn> - 3.5.0-3
|
* Mon Jul 1 2024 Dingli Zhang <dingli@iscas.ac.cn> - 3.5.0-3
|
||||||
- Add riscv64 to ExclusiveArch
|
- Add riscv64 to ExclusiveArch
|
||||||
- Fix build on riscv64
|
- Fix build on riscv64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user