diff --git a/python3.14.spec b/python3.14.spec index 98548a3..62c8a57 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -1498,7 +1498,8 @@ done %if %{with jit_build_stencils} for ConfName in %{?with_debug_build:debug} optimized; do if [ -s %{jit_stencils_source} ]; then - diff -u %{jit_stencils_source} build/${ConfName}/%{jit_stencils_filename} + # The -I option ignores the checksum line (calculated from files incl. pyconfig.h which may change with new autoconf) + diff -u -I '^// [0-9a-f]\{64\}$' %{jit_stencils_source} build/${ConfName}/%{jit_stencils_filename} else echo "%{jit_stencils_source} is empty, not checking if it is up to date" fi