update to syscare-1.0.1-9

Signed-off-by: renoseven <dev@renoseven.net>
(cherry picked from commit 495839a77326bb173192199e019cb8f3ef887939)
This commit is contained in:
renoseven 2023-06-09 08:21:53 +08:00 committed by openeuler-sync-bot
parent 7c0adbe5e9
commit 9b930bbacd
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -6,7 +6,7 @@
Name: syscare
Version: 1.0.1
Release: 8
Release: 9
Summary: system hot-fix service
License: MulanPSL-2.0 and GPL-2.0-only
@ -117,6 +117,10 @@ echo "/lib/modules/%{kernel_name}/extra/syscare/upatch.ko" | /sbin/weak-modules
%attr(755,root,root) /usr/libexec/syscare/upatch-diff
%changelog
* Fri Jun 09 2023 renoseven<dev@renoseven.net> - 1.0.1-9
- Fix 'patch file is not checked' issue
- Rename patched source package
- Update dependencies
* Tue Jun 06 2023 renoseven<dev@renoseven.net> - 1.0.1-8
- Fix 'kernel patch sys interface collision' issue
- Fix 'patch GOT table jump fails' issue