From 5cbeb96579392ac661d133c40ffbae02f61b2267 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Tue, 30 Mar 2021 10:33:55 +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 bba1401..53acd36 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.8.5 -Release: 7 +Release: 8 License: Python %global branchversion 3.8 @@ -800,6 +800,13 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Thu Mar 30 2021 shenyangyang - 3.8.5-8 +- 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.8.5-7 - Type:cves - ID:CVE-2021-23336 -- Gitee