From d60936178860650cd627a1b09a9f08485f19e14f Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 15 Oct 2024 20:59:50 +0800 Subject: [PATCH] add loongarch64 to ExclusiveArch --- spark.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spark.spec b/spark.spec index 048cbee..af6ad64 100644 --- a/spark.spec +++ b/spark.spec @@ -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 - 3.5.0-4 +- add loongarch64 to ExclusiveArch + * Mon Jul 1 2024 Dingli Zhang - 3.5.0-3 - Add riscv64 to ExclusiveArch - Fix build on riscv64 -- Gitee