add loongarch64 to ExclusiveArch

This commit is contained in:
Wenlong Zhang 2024-10-15 20:59:50 +08:00
parent 497200ba81
commit d609361788

View File

@ -4,7 +4,7 @@
Summary: A unified analytics engine for large-scale data processing.
Name: spark
Version: 3.5.0
Release: 3
Release: 4
License: Apache 2.0
URL: http://spark.apache.org/
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
ExclusiveArch: x86_64 aarch64 ppc64le riscv64
ExclusiveArch: x86_64 aarch64 ppc64le riscv64 loongarch64
%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.
@ -97,6 +97,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
%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
- Add riscv64 to ExclusiveArch
- Fix build on riscv64