Release v1.0.0

Signed-off-by: snoweay <snoweay@163.com>
This commit is contained in:
snoweay 2022-12-13 03:07:16 +00:00
parent d9e96b6c3b
commit 78504d5496
2 changed files with 5 additions and 15 deletions

View File

@ -1,7 +1,7 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: syscare Name: syscare
Version: 0.1.2.rc4 Version: 1.0.0
Release: 1 Release: 1
Summary: system hot-fix service Summary: system hot-fix service
@ -70,7 +70,7 @@ find lib -name "upatch.ko" \
%ifarch x86_64 %ifarch x86_64
%{_bindir}/systemctl enable %{name}-pre.service %{_bindir}/systemctl enable %{name}-pre.service
%endif %endif
depmod -A depmod -a > /dev/null 2>&1 || true
%preun %preun
%systemd_preun %{name}-restore.service %systemd_preun %{name}-restore.service
@ -79,7 +79,7 @@ depmod -A
%endif %endif
%postun %postun
depmod -A depmod -a > /dev/null 2>&1 || true
%ifarch x86_64 %ifarch x86_64
%files -f ko.files.list %files -f ko.files.list
@ -106,15 +106,5 @@ depmod -A
%endif %endif
%changelog %changelog
* Mon Dec 12 2022 snoweay<snoweay@163.com> - 0.1.2.rc4-1 * Tue Dec 13 2022 snoweay<snoweay@163.com> - 1.0.0-1
- Enable syscare of arm64 just for kernel patch. - Release the first version 1.0.0.
* Fri Dec 9 2022 snoweay<snoweay@163.com> - 0.1.2.rc3-1
- Enable upatch.ko compile. Fix some recovery issues.
* Thu Dec 8 2022 snoweay<snoweay@163.com> - 0.1.2.rc2-1
- 0.1.2.rc2 version for test. Fix some issues..
* Thu Dec 1 2022 snoweay<snoweay@163.com> - 0.1.2-1
- 0.1.2 version for test. Fix some syscare cli bugs.
* Mon Nov 28 2022 snoweay<snoweay@163.com> - 0.1.1-1
- First version for test. Support patches restore, remove, insmod upatch.ko.
* Mon Nov 21 2022 snoweay<snoweay@163.com> - 0.1.0-1
- init version for 0.1.1-1.