From 008ba41b63d7c07448ec65c61e28b705bdda49ea Mon Sep 17 00:00:00 2001 From: fu-shanqing Date: Fri, 9 Dec 2022 00:40:38 +0800 Subject: [PATCH] Enable debuginfo for fix strip --- nestos-installer.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nestos-installer.spec b/nestos-installer.spec index 6b197f4..379b5ea 100644 --- a/nestos-installer.spec +++ b/nestos-installer.spec @@ -1,6 +1,5 @@ %define dracutlibdir %{_prefix}/lib/dracut %bcond_without check -%define debug_package %{nil} %global __cargo_skip_build 0 # The library is for internal code reuse and is not a public API @@ -10,7 +9,7 @@ Name: rust-nestos-installer Version: 0.16.0 -Release: 1 +Release: 2 Summary: Installer for NestOS # Upstream license specification: Apache-2.0 @@ -111,6 +110,9 @@ This subpackage contains boot-time infrastructure for NestOS. It is not needed %changelog +* Thu Dec 08 2022 fushanqing - 0.16.0-2 +- Enable debuginfo for fix strip + * Wed Nov 16 2022 fushanqing - 0.16.0-1 - update to 0.16.0