File otp_src_27.0-rc3-lib-stdlib-beam_lib-strip.patch of Package erlang
diff -Ndurp otp_src_27.0-rc3/lib/stdlib/src/beam_lib.erl otp_src_27.0-rc3-lib-stdlib-beam_lib-strip/lib/stdlib/src/beam_lib.erl
--- otp_src_27.0-rc3/lib/stdlib/src/beam_lib.erl 2024-04-18 09:31:45.000000000 +0300
+++ otp_src_27.0-rc3-lib-stdlib-beam_lib-strip/lib/stdlib/src/beam_lib.erl 2024-05-03 01:35:08.274855400 +0300
@@ -1309,7 +1309,7 @@ error(Reason) ->
-doc false.
significant_chunks() ->
- ["Line", "Type" | md5_chunks()].
+ ["Attr", "Line", "Type" | md5_chunks()].
%% The following chunks are significant when calculating the MD5
%% for a module. They are listed in the order that they should be MD5:ed.