update rust-zincati.spec.

Signed-off-by: 丁紫薇 <dingziwei@kylinos.cn>
This commit is contained in:
丁紫薇 2022-12-15 08:05:13 +00:00 committed by Gitee
parent 08f6c185f6
commit ca7896dc11
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5,9 +5,9 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.0.24 Version: 0.0.24
Release: 3 Release: 4
Summary: Update agent for NestOS Summary: Update agent for NestOS
License: ASL 2.0 License: Apache-2.0
URL: https://crates.io/crates/%{crate} URL: https://crates.io/crates/%{crate}
Source0: %{crate}-%{version}.crate Source0: %{crate}-%{version}.crate
Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz
@ -126,6 +126,9 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/zincati.conf
%endif %endif
%changelog %changelog
* Thu Dec 15 2022 dingdingaaaaa <dingziwei@kylinos.cn> - 0.0.24-4
- License compliance rectification
* Thu Dec 08 2022 fushanqing <fushanqing@kylinos.cn> - 0.0.24-3 * Thu Dec 08 2022 fushanqing <fushanqing@kylinos.cn> - 0.0.24-3
- Enable debuginfo for fix strip - Enable debuginfo for fix strip