From 754e3eafb43b5ece8e7b6e95857d7e97a1ac3087 Mon Sep 17 00:00:00 2001 From: shixuantong <1726671442@qq.com> Date: Wed, 6 Jul 2022 10:17:01 +0800 Subject: [PATCH] Modify the license of python3 --- python3.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index f2419da..7d75c64 100644 --- a/python3.spec +++ b/python3.spec @@ -3,8 +3,8 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.7.9 -Release: 24 -License: Python +Release: 25 +License: Python-2.0 %global branchversion 3.7 %global pyshortver 37 @@ -914,6 +914,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Wed Jul 06 2022 shixuantong - 3.7.9-25 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:Modify the license of python3 + * Fri Jul 01 2022 shixuantong - 3.7.9-24 - Type:CVE - CVE:CVE-2015-20107 -- Gitee