From 1c461496a545a9b327faadc1b78e3a526885f5c2 Mon Sep 17 00:00:00 2001 From: Wenkai Lin Date: Mon, 20 Mar 2023 10:10:16 +0800 Subject: [PATCH] Enable debuginfo for fix strip Remove global debug_package. Signed-off-by: Wenkai Lin (cherry picked from commit 7c6ec44511926f05aa61c29ea2ee798f3b974f7e) --- uadk_engine.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uadk_engine.spec b/uadk_engine.spec index 76b9c3f..af60b16 100644 --- a/uadk_engine.spec +++ b/uadk_engine.spec @@ -1,9 +1,7 @@ -%global debug_package %{nil} - Name: uadk_engine Summary: UADK Accelerator Engine Version: 1.0.0 -Release: 9 +Release: 10 License: Apache-2.0 Source: %{name}-%{version}.tar.gz ExclusiveOS: linux @@ -131,6 +129,9 @@ fi /sbin/ldconfig %changelog +* Mon Mar 20 2023 linwenkai 1.0.0-10 +- Backport uadk engine build patch + * Thu Feb 9 2023 linwenkai 1.0.0-9 - Fix uadk engine build compatiable problem -- Gitee