From 4f72e5911bf65e7b4beb6d99bd7379fb341555f7 Mon Sep 17 00:00:00 2001 From: Wang Jinchao Date: Mon, 4 Nov 2024 03:24:52 +0000 Subject: [PATCH] Fix bogus date in %changelog Signed-off-by: Wang Jinchao --- eagle.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eagle.spec b/eagle.spec index 66c9990..1745cbd 100644 --- a/eagle.spec +++ b/eagle.spec @@ -1,6 +1,6 @@ Name: eagle Version: 1.0.1 -Release: 3 +Release: 4 Summary: eagle kit License: Mulan PSL v2 URL: https://gitee.com/openeuler/eagle @@ -36,6 +36,9 @@ Requires: python3-numpy python3-pandas python3-psutil python3-scipy ip %{python3_sitelib}/* %changelog +* Mon Nov 4 2024 Wang Jinchao - 1.0.1-4 +- Fix bogus date in %changelog + * Thur Nov 30 2023 queyanwen - 1.0.1-3 - The current condition for determining whether the system enters the stable state is that - the difference between the maximum temperature and the minimum temperature within 60s is less than 0.2 degrees. -- Gitee