Enable debuginfo for fix strip

This commit is contained in:
fu-shanqing 2022-12-09 01:50:28 +08:00
parent 0004525995
commit 4b0ff4bc63

View File

@ -1,12 +1,11 @@
%bcond_without check %bcond_without check
%global __cargo_skip_build 0 %global __cargo_skip_build 0
%define debug_package %{nil}
%global crate zincati %global crate zincati
%global zcuid 986 %global zcuid 986
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.0.24 Version: 0.0.24
Release: 5 Release: 6
Summary: Update agent for NestOS Summary: Update agent for NestOS
License: Apache-2.0 License: Apache-2.0
URL: https://crates.io/crates/%{crate} URL: https://crates.io/crates/%{crate}
@ -127,6 +126,9 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/zincati.conf
%endif %endif
%changelog %changelog
* Thu Dec 08 2022 fushanqing <fushanqing@kylinos.cn> - 0.0.24-6
- Enable debuginfo for fix strip
* Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 0.0.24-5 * Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 0.0.24-5
- License compliance rectification - License compliance rectification