update syscare to 1.0.1-5

Signed-off-by: renoseven <dev@renoseven.net>
(cherry picked from commit a121819b5a6fa3ee91bb2b304bddf0451a4e386a)
This commit is contained in:
renoseven 2023-05-15 10:29:54 +08:00 committed by openeuler-sync-bot
parent 5b5ccc1204
commit a42790a3c8
2 changed files with 6 additions and 1 deletions

Binary file not shown.

7
syscare.spec Normal file → Executable file
View File

@ -6,7 +6,7 @@
Name: syscare Name: syscare
Version: 1.0.1 Version: 1.0.1
Release: 4 Release: 5
Summary: system hot-fix service Summary: system hot-fix service
License: MulanPSL-2.0 and GPL-2.0-only License: MulanPSL-2.0 and GPL-2.0-only
@ -115,6 +115,11 @@ echo "/lib/modules/%{kernel_name}/extra/syscare/upatch.ko" | /sbin/weak-modules
%attr(755,root,root) /usr/libexec/syscare/upatch-diff %attr(755,root,root) /usr/libexec/syscare/upatch-diff
%changelog %changelog
* Mon May 15 2023 renoseven<dev@renoseven.net> - 1.0.1-5
- Fix aarch64 kmod patch jump instruction error issue
- Add ifunc support
- Add 'syscare accept' command
- Add patch 'ACCEPT' state
* Tue Apr 04 2023 renoseven<dev@renoseven.net> - 1.0.1-4 * Tue Apr 04 2023 renoseven<dev@renoseven.net> - 1.0.1-4
- Enable aarch64 - Enable aarch64
- Fix syscare-upatch service may start failed issue - Fix syscare-upatch service may start failed issue