diff --git a/spark.spec b/spark.spec index 048cbee8ca9504cf3c6b1b3367c2812f2e4747c3..af6ad645847a3de7f01e76abb668e78706177799 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