!320 add ppc64le support for python 3.11.6

From: @peng_zou 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2024-06-27 06:46:03 +00:00 committed by Gitee
commit 69aac0f686
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language
URL: https://www.python.org/
Version: 3.11.6
Release: 3
Release: 4
License: Python-2.0
%global branchversion 3.11
@ -21,6 +21,10 @@ License: Python-2.0
%global LDVERSION_optimized %{branchversion}
%global LDVERSION_debug %{branchversion}d
%ifarch ppc64le
%define _arch powerpc64le
%endif
%global SOABI_optimized cpython-%{pyshortver}-%{_arch}-linux%{_gnu}
%global SOABI_debug cpython-%{pyshortver}d-%{_arch}-linux%{_gnu}
@ -856,6 +860,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/*
%changelog
* Tue Jun 25 2024 peng.zou <peng.zou@shingroup.cn> - 3.11.6-4
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC: add ppc64le support for python 3.11.6
* Thu Jun 20 2024 wangziliang <wangziliang@kylinos.cn> - 3.11.6-3
- Type:CVE
- CVE:CVE-2024-0397,CVE-2024-4032