From e898c11fc7c5290d96a1fef006ef6038272191ad 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:46:04 +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: 付善庆 --- flink.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flink.spec b/flink.spec index b5b45d4..84b5a14 100644 --- a/flink.spec +++ b/flink.spec @@ -1,7 +1,5 @@ %define __jar_repack %{nil} -%global debug_package %{nil} - # Use local caches compile %global compile_for_local 0 @@ -11,7 +9,7 @@ Name: flink Version: 1.12.7 -Release: 2 +Release: 3 Summary: Stateful Computations over Data Streams License: Apache License v2.0 URL: https://github.com/apache/%{name} @@ -69,6 +67,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i %license LICENSE %changelog +* Thu Dec 08 2022 fushanqing - 1.12.7-3 +- Enable debuginfo for fix strip + * Wed Jan 05 2022 weidong - 1.12.7-2 - Fix compilation failure. -- Gitee