Overwrite target for x86_64_v2

Update patch-git.lua to handle AlmaLinux branches correctly
This commit is contained in:
Eduard Abdullin 2026-03-26 01:38:40 +00:00 committed by root
commit 3a521c47b2
2 changed files with 2 additions and 2 deletions

View File

@ -2357,7 +2357,7 @@ update_gconv_modules_cache ()
%endif
%changelog
* Fri Mar 20 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-117.alma.1
* Thu Mar 26 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-118.alma.1
- Overwrite target for x86_64_v2
- Update patch-git.lua to handle AlmaLinux branches correctly

View File

@ -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