Modifying the readme

This commit is contained in:
lauk001 2022-12-09 15:36:20 +08:00
parent c445b9fb49
commit 461b39191f

View File

@ -6,9 +6,9 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.0.24 Version: 0.0.24
Release: 4 Release: 5
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
@ -127,6 +127,9 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/zincati.conf
%endif %endif
%changelog %changelog
* Fri Dec 09 2022 liukuo <liukuo@kylinos.cn> - 0.0.24-5
- License compliance rectification
* Thu Sep 15 2022 fushanqing <fushanqing@kylinos.cn> - 0.0.24-4 * Thu Sep 15 2022 fushanqing <fushanqing@kylinos.cn> - 0.0.24-4
- Repair the warning that the user and group do not exist during installation - Repair the warning that the user and group do not exist during installation