From eef3079ed6b8c6fc5ed98897ffd612e2ddf7ea90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Mon, 12 Dec 2022 02:45:26 +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: 付善庆 --- kylin-calculator.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kylin-calculator.spec b/kylin-calculator.spec index 569b6cb..1a0724b 100644 --- a/kylin-calculator.spec +++ b/kylin-calculator.spec @@ -1,7 +1,6 @@ -%define debug_package %{nil} Name: kylin-calculator Version: 1.0.34 -Release: 2 +Release: 3 Summary: Calculator tool for UKUI License: LGPL-3.0-or-later and GPL-3.0-or-later URL: http://www.ukui.org @@ -65,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/kylin-calculator/translations/kylin-calculator_bo_CN.qm %changelog +* Thu Dec 08 2022 fushanqing - 1.0.34-3 +- Enable debuginfo for fix strip + * Wed May 18 2022 tanyulong - 1.0.34-2 - Improve the project according to the requirements of compliance improvement -- Gitee