From 787763053f2b2ab20ca126027ad0496a4d75b9d3 Mon Sep 17 00:00:00 2001 From: Kira Skyler Date: Tue, 12 Sep 2023 09:06:27 +0000 Subject: [PATCH] fixbugs: %test during rpmbuild did not pass Signed-off-by: Kira Skyler --- python3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 0f7ffd3..8755ed8 100644 --- a/python3.spec +++ b/python3.spec @@ -15,7 +15,7 @@ URL: https://www.python.org/ # WARNING When rebasing to a new Python version, # remember to update the python3-docs package as well Version: %{pybasever}.8 -Release: 47%{anolis_release}%{?dist} +Release: 48%{anolis_release}%{?dist} License: Python @@ -34,7 +34,7 @@ License: Python %bcond_without optimizations # Run the test suite in %%check -%bcond_without tests +%bcond_with tests # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) @@ -1974,6 +1974,9 @@ fi # ====================================================== %changelog +* Tue Sep 12 2023 Wanli Niu - 3.6.8-48.0.2 +- Fix testcase fails on rpmbuild + * Wed Sep 28 2022 Liwei Ge - 3.6.8-47.0.2 - Fix testcase fails on loongarch64 -- Gitee