From 2f49853b1e5cf2784ddcb752bd075c56968218aa Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 17 Sep 2022 11:56:20 +0300 Subject: [PATCH] Enable tests Signed-off-by: David Abdurachmanov --- python3.10.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.10.spec b/python3.10.spec index a9eecfb..d20d8d1 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1.4.riscv64%{?dist} +Release: 1.5.riscv64%{?dist} License: Python @@ -74,7 +74,7 @@ License: Python %bcond_without optimizations # Run the test suite in %%check -%bcond_with tests +%bcond_without tests # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) @@ -1598,6 +1598,9 @@ CheckPython optimized # ====================================================== %changelog +* Sat Sep 17 2022 David Abdurachmanov - 3.10.7-1.5.riscv64 +- Enable tests + * Thu Sep 15 2022 David Abdurachmanov - 3.10.7-1.4.riscv64 - Rebuild for riscv64 - Disable tests for now