From 5db6c097da9f75913b875fdb238801218f1f8f8b Mon Sep 17 00:00:00 2001 From: GuoCe Date: Fri, 1 Mar 2024 16:17:26 +0800 Subject: [PATCH] Modify the spec file to synchronize the version information of CHANGLOG and VERSION. (cherry picked from commit e79ae47ae2cf4cfec15d426f1d014c5b6b98edb7) --- python3.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python3.spec b/python3.spec index 1c141a6..d26a3ba 100644 --- a/python3.spec +++ b/python3.spec @@ -937,6 +937,13 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Fri Mar 01 GuoCe - 3.7.9-37 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:Modify the spec file to synchronize the version information of + CHANGLOG and VERSION. + * Tue Sep 19 zhuofeng - 3.7.9-36 - Type:CVE - CVE:CVE-2023-40217 -- Gitee