From 945809680bdf0539915f44d6d2715ab6fb5b847b Mon Sep 17 00:00:00 2001 From: shiguangyin Date: Fri, 11 Oct 2024 16:09:00 +0800 Subject: [PATCH 1/2] Modify the syscare.spec file Modify the error BuildPreparare in the syscare.spec file to BuildPrepare Signed-off-by: shiguangyin --- syscare.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syscare.spec b/syscare.spec index 80f37e3..7a88b0b 100644 --- a/syscare.spec +++ b/syscare.spec @@ -71,7 +71,7 @@ Excludearch: loongarch64 SysCare is a system-level hot-fix service that provides security patches and system error hot-fixes for the operating system. The host can fix the system problem without rebooting. -############## BuildPreparare ############## +############## BuildPrepare ############## %prep %autosetup -p1 -- Gitee From 55a43183c3b59bf7ae43c034f9201679c406b0c8 Mon Sep 17 00:00:00 2001 From: shiguangyin Date: Thu, 17 Oct 2024 08:59:00 +0800 Subject: [PATCH 2/2] Modify the syscare.spec file Add release and changelog information Signed-off-by: shiguangyin --- syscare.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/syscare.spec b/syscare.spec index 7a88b0b..1015d9b 100644 --- a/syscare.spec +++ b/syscare.spec @@ -7,7 +7,7 @@ ############################################ Name: syscare Version: 1.2.1 -Release: 10 +Release: 11 Summary: System hot-fix service License: MulanPSL-2.0 and GPL-2.0-only URL: https://gitee.com/openeuler/syscare @@ -207,6 +207,8 @@ fi ################ Change log ################ ############################################ %changelog +* Thu Oct 17 2024 shiguangyin - 1.2.1-11 +- Modify the BuildPreparare to BuildPrepare * Mon Jul 1 2024 renoseven - 1.2.1-10 - upatch-diff: fix '.rela' '.rela.text' resolving issue - upatch-manage: fix plt resolving issue -- Gitee