diff --git a/glibc-RHEL-137184.patch b/glibc-RHEL-137184.patch new file mode 100644 index 0000000..dd8dc37 --- /dev/null +++ b/glibc-RHEL-137184.patch @@ -0,0 +1,26 @@ +commit 78fdb2d6b1c34ea8e779fd48f9436dfbd50b6387 +Author: Florian Weimer +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: Йордан Гигов + Reviewed-by: Collin Funk + +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 diff --git a/glibc.spec b/glibc.spec index 7cab320..0686cb3 100644 --- a/glibc.spec +++ b/glibc.spec @@ -2357,7 +2357,7 @@ update_gconv_modules_cache () %endif %changelog -* Sun Jan 25 2026 Eduard Abdullin - 2.39-111.alma.1 +* Wed Feb 11 2026 Eduard Abdullin - 2.39-112.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 0769a7d..09839ae 100644 --- a/patch-git.lua +++ b/patch-git.lua @@ -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.