diff --git a/python3.12.spec b/python3.12.spec index cdd66c4..15bce66 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel a1 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2.0.riscv64%{?dist} +Release: 2.1.riscv64%{?dist} License: Python-2.0.1 # Getting this build in Koji on 32bit ARM is frustrating due to technical problems @@ -1123,6 +1123,9 @@ CheckPython() { %if %{with bootstrap} -x test_distutils \ %endif + %ifarch riscv64 + -x test_eintr \ + %endif %ifarch %{mips64} -x test_ctypes \ %endif @@ -1633,6 +1636,9 @@ CheckPython optimized # ====================================================== %changelog +* Sun Nov 27 2022 David Abdurachmanov - 3.12.0~a1-2.1.riscv64 +- Ignore test_eintr test on riscv64 + * Tue Nov 15 2022 David Abdurachmanov - 3.12.0~a1-2.0.riscv64 - Bootstrap on riscv64