diff --git a/python3.9.spec b/python3.9.spec index ec5a0b7..efe7705 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 4%{?dist} +Release: 5%{?dist} License: Python @@ -72,14 +72,8 @@ License: Python # https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup %bcond_without no_semantic_interposition -%ifnarch %{arm} # Run the test suite in %%check %bcond_without tests -%else -# Builds with tests cause kojid OOM kill on 32 bit ARM builders -# https://pagure.io/fedora-infrastructure/issue/9591 -%bcond_with tests -%endif # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) @@ -1753,6 +1747,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.9.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 25 2021 Miro HronĨok - 3.9.1-4 - Rebuilt to be signed with Fedora 32 compatible signature, to fix mock bootstrap chroot on Fedora 32 (and possibly EPELs)