From cf66620612848516dd5c3e151db575b24450dd44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 11 Mar 2026 13:00:14 +0100 Subject: [PATCH] Remove a no longer needed workaround https://github.com/python/cpython/issues/98782 was fixed in 3.12.0a6+ (cherry picked from python3.15 commit 8b2d02a1ede90cfe0392a79a4e65d5a9240b14ee) --- python3.14.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python3.14.spec b/python3.14.spec index 30c4dc8..63ec457 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -1189,12 +1189,6 @@ topdir=$(pwd) DirHoldingGdbPy=%{_usr}/lib/debug/%{_libdir} mkdir -p %{buildroot}$DirHoldingGdbPy -# When the actual %%{dynload_dir} exists (it does when python3.X is installed for regen-all) -# %%{buildroot}%%{dynload_dir} is not created by make install and the extension modules are missing -# Reported upstream as https://github.com/python/cpython/issues/98782 -# A workaround is to create the directory before running make install -mkdir -p %{buildroot}%{dynload_dir} - # Multilib support for pyconfig.h # 32- and 64-bit versions of pyconfig.h are different. For multilib support # (making it possible to install 32- and 64-bit versions simultaneously),