Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#ca1a2cefd804cd75ae0cd5f844f1f9c824fdd7c7
This commit is contained in:
DistroBaker 2021-02-04 15:57:59 +00:00
parent fa69bfbdf4
commit 6a3efb5b41
1 changed files with 4 additions and 7 deletions

View File

@ -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 <releng@fedoraproject.org> - 3.9.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 25 2021 Miro Hrončok <mhroncok@redhat.com> - 3.9.1-4
- Rebuilt to be signed with Fedora 32 compatible signature,
to fix mock bootstrap chroot on Fedora 32 (and possibly EPELs)