From c0c82aa7718b14026a686597af61138a60f7d2e8 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Fri, 27 Jun 2025 08:38:41 +0200 Subject: [PATCH] Lower the minimal required autoconf version for EPEL 9 build --- python3.14.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3.14.spec b/python3.14.spec index bb1128d..d666832 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -801,8 +801,8 @@ rm -r Modules/_decimal/libmpdec rm configure pyconfig.h.in # Patch out the version requirement on autoconf 2.72 -# This can be removed when Fedora 40 goes EOL (2025-05-28) -sed -i "s/AC_PREREQ(\[2\.72\])/AC_PREREQ([2.71])/" configure.ac +# We need it to allow the version available in RHEL 9 +sed -i "s/AC_PREREQ(\[2\.72\])/AC_PREREQ([2.69])/" configure.ac # ====================================================== # Configuring and building the code: