!325 add ppc64le support for python 3.9.9
From: @peng_zou Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
1a934a4b2c
12
python3.spec
12
python3.spec
@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language
|
|||||||
URL: https://www.python.org/
|
URL: https://www.python.org/
|
||||||
|
|
||||||
Version: 3.9.9
|
Version: 3.9.9
|
||||||
Release: 32
|
Release: 33
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
|
|
||||||
%global branchversion 3.9
|
%global branchversion 3.9
|
||||||
@ -21,6 +21,10 @@ License: Python-2.0
|
|||||||
%global LDVERSION_optimized %{branchversion}
|
%global LDVERSION_optimized %{branchversion}
|
||||||
%global LDVERSION_debug %{branchversion}d
|
%global LDVERSION_debug %{branchversion}d
|
||||||
|
|
||||||
|
%ifarch ppc64le
|
||||||
|
%define _arch powerpc64le
|
||||||
|
%endif
|
||||||
|
|
||||||
%global SOABI_optimized cpython-%{pyshortver}-%{_arch}-linux%{_gnu}
|
%global SOABI_optimized cpython-%{pyshortver}-%{_arch}-linux%{_gnu}
|
||||||
%global SOABI_debug cpython-%{pyshortver}d-%{_arch}-linux%{_gnu}
|
%global SOABI_debug cpython-%{pyshortver}d-%{_arch}-linux%{_gnu}
|
||||||
|
|
||||||
@ -863,6 +867,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 25 2024 peng.zou <peng.zou@shingroup.cn> - 3.9.9-33
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: add ppc64le support for python 3.9.9
|
||||||
|
|
||||||
* Thu Jun 20 2024 xinsheng <xinsheng3@huawei.com> - 3.9.9-32
|
* Thu Jun 20 2024 xinsheng <xinsheng3@huawei.com> - 3.9.9-32
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user