File libmsym.changes of Package failed_libmsym
libmsym repair change log 2025-08-29 Repair by automated agent - Root cause: Build failed because Python distutils module was missing during %build for the python bindings. Build log showed: "ModuleNotFoundError: No module named 'distutils'". - Fix: Added BuildRequires: python3-distutils to libmsym.spec to ensure distutils is available during build. - File modified: libmsym.spec This is a minimal change to satisfy the python bindings build step (%python_build/%python_install) without altering source.