From b5615eec79891cb100a2373f5af9b6d075e355ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Fri, 9 Dec 2022 07:31:16 +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: 付善庆 --- kafka.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kafka.spec b/kafka.spec index e91f701..c3a5bd6 100644 --- a/kafka.spec +++ b/kafka.spec @@ -1,10 +1,8 @@ -%global debug_package %{nil} -%global debug_package %{nil} %define kafka_home /opt/kafka Name: kafka Version: 2.8.2 -Release: 1 +Release: 2 Summary: A Distributed Streaming Platform. License: Apache-2.0 @@ -64,6 +62,9 @@ cp -pr licenses/* $RPM_BUILD_ROOT%{kafka_home}/licenses rm -rf %{buildroot} %changelog +* Thu Dec 08 2022 fushanqing - 2.8.2-2 +- Enable debuginfo for fix strip + * Sat Sep 24 2022 xiexing - 2.8.2-1 - fix CVE-2022-34917 -- Gitee