From 85ab279d07eeb9c2dc77290baa03e6c6d28fc231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Wed, 14 Dec 2022 02:34:44 +0000 Subject: [PATCH] Enable debuginfo for fix strip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 --- spark.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spark.spec b/spark.spec index cee0a7c..8e579bc 100644 --- a/spark.spec +++ b/spark.spec @@ -1,10 +1,9 @@ %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') -%global debug_package %{nil} Summary: A unified analytics engine for large-scale data processing. Name: spark Version: 3.2.2 -Release: 1 +Release: 2 License: Apache 2.0 URL: http://spark.apache.org/ Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz @@ -38,6 +37,9 @@ cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version} %changelog +* Thu Dec 08 2022 fushanqing - 3.2.2-2 +- Enable debuginfo for fix strip + * Wed Aug 10 2022 xiexing - 3.2.2-1 - update spark version -- Gitee