From 99c3b8342a972eb866ece2e8b8238837b6c94a3c Mon Sep 17 00:00:00 2001 From: hubble_zhu Date: Fri, 9 Oct 2020 14:09:02 +0800 Subject: [PATCH] disable debug package --- spark.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/spark.spec b/spark.spec index 1caa252..84c1922 100644 --- a/spark.spec +++ b/spark.spec @@ -1,4 +1,5 @@ %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