diff --git a/python3.11.spec b/python3.11.spec index 74b95cd..b13c90b 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel rc2 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1.1.riscv64%{?dist} +Release: 1.2.riscv64%{?dist} License: Python @@ -1090,6 +1090,7 @@ CheckPython() { %ifarch riscv64 -x test_gdb \ -x test_venv \ + -x test_distutils \ %endif echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName @@ -1604,6 +1605,9 @@ CheckPython optimized # ====================================================== %changelog +* Sun Sep 18 2022 David Abdurachmanov - 3.11.0~rc2-1.2.riscv64 +- Disable test_distutils test on riscv64 + * Sat Sep 17 2022 David Abdurachmanov - 3.11.0~rc2-1.1.riscv64 - Adjust testing for riscv64