Temporarily revert upstream commit 3b699932e5ac3e7

This is dirty workaround for
https://bugzilla.redhat.com/show_bug.cgi?id=1644936
This commit is contained in:
Miro Hrončok 2018-11-04 19:26:46 +01:00
commit 72bc3f43c4
2 changed files with 181 additions and 1 deletions

View file

@ -14,7 +14,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}.1
Release: 1%{?dist}
Release: 2%{?dist}
License: Python
@ -305,6 +305,13 @@ Patch274: 00274-fix-arch-names.patch
# and: https://src.fedoraproject.org/rpms/redhat-rpm-config/c/078af19
Patch291: 00291-setup-Link-ctypes-against-dl-explicitly.patch
# 00312 #
# Revert "bpo-6721: Hold logging locks across fork() 3b699932e5ac3e7
# This is a TEMPORARY WORKAROUND for an urgent Fedora bug
# TODO Investigate properly and get a real fix (here or in anaconda)!
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1644936
Patch312: 00312-revert-bpo-6721.patch
# (New patches go here ^^^)
#
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
@ -635,6 +642,7 @@ rm Lib/ensurepip/_bundled/*.whl
%patch251 -p1
%patch274 -p1
%patch291 -p1
%patch312 -p1
# Remove files that should be generated by the build
@ -1534,6 +1542,10 @@ CheckPython optimized
# ======================================================
%changelog
* Sun Nov 04 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.1-2
- Temporarily revert upstream commit 3b699932e5ac3e7
- This is dirty workaround for (#1644936)
* Mon Oct 22 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.1-1
- Update to 3.7.1