From 29c4460c24d372435be3a7eff82d161b88202a63 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Tue, 30 Mar 2021 10:34:54 +0800 Subject: [PATCH] Rebuild for openEuler-rpm-config moving /usr/lib/rpm/openEuler/xxxx to /usr/lib/xxxx --- python3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 24a6f24..8e24bd6 100644 --- a/python3.spec +++ b/python3.spec @@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.7.9 -Release: 9 +Release: 10 License: Python %global branchversion 3.7 @@ -801,6 +801,13 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Thu Mar 30 2021 shenyangyang - 3.7.9-10 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Rebuild for openEuler-rpm-config moving /usr/lib/rpm/openEuler/xxxx + to /usr/lib/xxxx + * Web Mar 03 2021 wuchaochao - 3.7.9-9 - Type:cves - ID:CVE-2021-23336 -- Gitee