From b3555e273994bced5caa67350369848700f02200 Mon Sep 17 00:00:00 2001 From: Longjun Luo Date: Tue, 27 Jun 2023 11:44:07 +0800 Subject: [PATCH] nvwa.spec: strip all binarys when build nvwa is generated by golang, and it misses some buildid notes. So it may lead to the following error: No build ID note found Just ignore this error to let rpm to strip the binary. Signed-off-by: Longjun Luo --- nvwa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvwa.spec b/nvwa.spec index f009752..d8ac02b 100644 --- a/nvwa.spec +++ b/nvwa.spec @@ -20,7 +20,7 @@ Requires: gcc %description A tool used to automate the process of seamless update of the openEuler. -%global debug_package %{nil} +%undefine _missing_build_ids_terminate_build %prep %autosetup -n %{name}-v%{version} -p1 -- Gitee