Overwrite target for x86_64_v2

Update patch-git.lua to handle AlmaLinux branches correctly
This commit is contained in:
Eduard Abdullin 2026-02-11 12:27:08 +00:00 committed by root
commit 24f24cf487
3 changed files with 29 additions and 3 deletions

26
glibc-RHEL-137184.patch Normal file
View File

@ -0,0 +1,26 @@
commit 78fdb2d6b1c34ea8e779fd48f9436dfbd50b6387
Author: Florian Weimer <fweimer@redhat.com>
Date: Thu Jan 8 12:35:08 2026 +0100
Switch currency symbol for the bg_BG locale to euro
Bulgaria joined the eurozone on 2026-01-01.
Suggested-by: Йордан Гигов <jgigov@abv.bg>
Reviewed-by: Collin Funk <collin.funk1@gmail.com>
diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
index 159a6c33343c7d0d..eda2a8d01b00e2b7 100644
--- a/localedata/locales/bg_BG
+++ b/localedata/locales/bg_BG
@@ -248,8 +248,8 @@ reorder-end
END LC_COLLATE
LC_MONETARY
-int_curr_symbol "BGN "
-currency_symbol "лв."
+int_curr_symbol "EUR "
+currency_symbol "€"
mon_decimal_point ","
mon_thousands_sep ""
mon_grouping 3

View File

@ -2357,7 +2357,7 @@ update_gconv_modules_cache ()
%endif
%changelog
* Sun Jan 25 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-111.alma.1
* Wed Feb 11 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-112.alma.1
- Overwrite target for x86_64_v2
- Update patch-git.lua to handle AlmaLinux branches correctly

View File

@ -551,8 +551,8 @@ local function generate_files()
-- patch depth sorting below). To include committer dates, use
-- --pretty=fuller.
check_git(
'log --first-parent --no-renames --raw --pretty=fuller --date=default '
.. log_branch .. ' > ' .. git_log_file)
'log --first-parent --no-decorate --no-renames --raw --pretty=fuller'
.. ' --date=default ' .. log_branch .. ' > ' .. git_log_file)
-- Atomically replace the contents of git_commit_file, confirming that
-- the new Git log has been written.