add loongarch64 to ExclusiveArch

This commit is contained in:
doupengda 2024-05-21 17:27:19 +08:00
parent 3dac5a639a
commit 93aa267430

View File

@ -4,7 +4,7 @@
Summary: A unified analytics engine for large-scale data processing.
Name: spark
Version: 3.5.0
Release: 1
Release: 2
License: Apache 2.0
URL: http://spark.apache.org/
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
@ -15,7 +15,7 @@ BuildRequires: java-1.8.0-openjdk-devel git maven
Requires: java-1.8.0-openjdk
ExclusiveArch: x86_64 aarch64
ExclusiveArch: x86_64 aarch64 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.
@ -37,6 +37,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
%changelog
* Tue May 21 2024 Pengda Dou <doupengda@loongson.cn> - 3.5.0-2
- add loongarch64 to ExclusiveArch
* Mon Sep 25 2023 xiexing <xiexing4@hisilicon.com> - 3.5.0-1
- update spark version 3.5.0