diff --git a/glibc.spec b/glibc.spec index b668559..07bf245 100644 --- a/glibc.spec +++ b/glibc.spec @@ -2357,7 +2357,7 @@ update_gconv_modules_cache () %endif %changelog -* Fri Mar 20 2026 Eduard Abdullin - 2.39-117.alma.1 +* Thu Mar 26 2026 Eduard Abdullin - 2.39-118.alma.1 - Overwrite target for x86_64_v2 - Update patch-git.lua to handle AlmaLinux branches correctly diff --git a/patch-git.lua b/patch-git.lua index 09839ae..39d758b 100644 --- a/patch-git.lua +++ b/patch-git.lua @@ -1939,7 +1939,7 @@ if rpm then for j=1,#cl do -- RPM does not recursively macro-expand what we emit here, -- so do not apply %-escaping. - print(cl[j], '\n') + print(cl[j] .. '\n') end print('\n') end