From 56b3418b960f7dd948f1965f00beeb01a7fee36c Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Jun 28 2022 15:08:40 +0000 Subject: Fix regex processing in 32 bit arches --- diff --git a/SPECS/python.spec b/SPECS/python.spec index 7876ca5..b42e7ff 100644 --- a/SPECS/python.spec +++ b/SPECS/python.spec @@ -1414,6 +1414,8 @@ Patch380: 00380-update-test-certs.patch # above: Patch5000: 05000-autotool-intermediates.patch +Patch99999: 99999-python-2.7.5-issues-17979-17998.patch + # ====================================================== # Additional metadata, and subpackages # ====================================================== @@ -1842,6 +1844,9 @@ mv Modules/cryptmodule.c Modules/_cryptmodule.c %patch378 -p1 %patch380 -p1 +%ifarch %{arm} %{ix86} ppc +%patch99999 -p1 +%endif # Patch 351 adds binary file for testing. We need to apply it using Git. git apply %{PATCH351}