From a8eb94ea9702b30777a7ff6cfdad483e4851d1ae Mon Sep 17 00:00:00 2001 From: woodrabbit Date: Wed, 3 Apr 2024 15:52:38 +0800 Subject: [PATCH] Corrected a date-related error in the spec file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在该spec文件中,一个日期的填写不符合changelog撰写规范,在用rpmbuild命令构建包时会得到如下错误并终止构建: error: bad date in %changelog: Sat 25 2023 dingguangya - 0.4.1-6 本人根据文件中日期上下文的关系修正了该错误。 Signed-off-by: woodrabbit --- pin-gcc-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pin-gcc-client.spec b/pin-gcc-client.spec index dd2ea3e..303159b 100644 --- a/pin-gcc-client.spec +++ b/pin-gcc-client.spec @@ -97,7 +97,7 @@ find %{buildroot} -type f -name "*.so" -exec strip "{}" ";" - SUG:NA - DESC:Fix the bug during multi-process compilation -* Sat 25 2023 dingguangya - 0.4.1-6 +* Sat Mar 25 2023 dingguangya - 0.4.1-6 - Type:Update - ID:NA - SUG:NA -- Gitee