From df9edcd4ab11655f35efa85cc8c72da4ba202c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Tue, 13 Dec 2022 01:22:40 +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: 付善庆 --- hikptool.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hikptool.spec b/hikptool.spec index 22658c2..56cbb07 100644 --- a/hikptool.spec +++ b/hikptool.spec @@ -1,9 +1,7 @@ -%global debug_package %{nil} - Name: hikptool Summary: A userspace tool for Linux providing problem location on Kunpeng chips Version: 1.0.0 -Release: 6 +Release: 7 License: MulanPSL2 Source: %{name}-%{version}.tar.gz ExclusiveOS: linux @@ -69,6 +67,9 @@ fi /sbin/ldconfig %changelog +* Thu Dec 08 2022 fushanqing 1.0.0-7 +- Enable debuginfo for fix strip + * Mon Dec 12 2022 veega2022 1.0.0-6 - Add socip patch for fix return -EINVAL when the parameter check fails -- Gitee