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