diff --git a/python3.spec b/python3.spec index 0f7ffd305b2f241a93d49eb47afceb4bacf4e1e3..8755ed867df43e8bbe098209498ae89056148fb7 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