From 382b8088a1072f6333939cac46054920b323d4c0 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 08:41:09 +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-recorder.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kylin-recorder.spec b/kylin-recorder.spec index bd43032..08b5301 100644 --- a/kylin-recorder.spec +++ b/kylin-recorder.spec @@ -1,7 +1,6 @@ -%define debug_package %{nil} Name: kylin-recorder Version: 1.2.23 -Release: 3 +Release: 4 Summary: kylin-recorder License: GPL-3.0-or-later URL: https://github.com/UbuntuKylin/kylin-recorder @@ -68,6 +67,9 @@ popd %{_datadir}/kylin-recorder/translations/* %changelog +* Thu Dec 08 2022 fushanqing - 1.2.23-4 +- Enable debuginfo for fix strip + * Wed May 18 2022 tanyulong - 1.2.23-3 - Improve the project according to the requirements of compliance improvement -- Gitee