add ppc64le support for python 3.11.6
This commit is contained in:
parent
ce0a8ada5f
commit
e16df8d45f
12
python3.spec
12
python3.spec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user