File otp_src_25.0-lib-stdlib-beam_lib-strip.patch of Package erlang
diff -Ndurp otp_src_25.0/lib/stdlib/src/beam_lib.erl otp_src_25.0-lib-stdlib-beam_lib-strip/lib/stdlib/src/beam_lib.erl
--- otp_src_25.0/lib/stdlib/src/beam_lib.erl 2022-05-17 22:29:45.000000000 +0300
+++ otp_src_25.0-lib-stdlib-beam_lib-strip/lib/stdlib/src/beam_lib.erl 2022-05-22 05:05:02.205006104 +0300
@@ -953,7 +953,7 @@ error(Reason) ->
%% The following chunks must be kept when stripping a BEAM file.
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.