From dd53ef9f9e215014c0d4d89994b91bfed386c9eb Mon Sep 17 00:00:00 2001 From: duyiwei Date: Fri, 9 Dec 2022 07:05:38 +0000 Subject: [PATCH] Enable debuginfo for fix strip Signed-off-by: duyiwei --- rust-afterburn.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rust-afterburn.spec b/rust-afterburn.spec index 27624c6..eb9dbe7 100644 --- a/rust-afterburn.spec +++ b/rust-afterburn.spec @@ -1,5 +1,4 @@ %bcond_without check -%define debug_package %{nil} %global __cargo_skip_build 0 %global dracutmodulesdir %(pkg-config --variable=dracutmodulesdir dracut || echo '/usr/lib/dracut/modules.d') @@ -8,7 +7,7 @@ Name: rust-%{crate} Version: 5.3.0 -Release: 1 +Release: 2 Summary: Simple cloud provider agent License: Apache-2.0 @@ -107,6 +106,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir} cp -r $RPM_BUILD_DIR/afterburn-5.3.0/.cargo/bin %{buildroot}/usr %changelog +* Fri Dec 9 2022 duyiwei - 5.3.0-2 +- Enable debuginfo for fix strip + * Fri Nov 4 2022 duyiwei - 5.3.0-1 - upgrade version to 5.3.0