diff --git a/python3.spec b/python3.spec index b5c5e31564c69566ce9258dd04bee895e5421cc1..c9bd60cb71a30d53f9a1dd736fc348d9fb4c7b52 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.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 - 3.11.6-4 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: add ppc64le support for python 3.11.6 + * Thu Jun 20 2024 wangziliang - 3.11.6-3 - Type:CVE - CVE:CVE-2024-0397,CVE-2024-4032