From 15606b95064e8a65e530877adb42db8c551ebceb Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 27 Jan 2026 13:44:40 +0100 Subject: [PATCH 1/2] patch-git: Add --no-decorate to git log invocation (RHEL-141923) Sync patch-git git log invocation with konflux-ci/rpmbuild-pipeline-environment-container, specifically this commit: commit 5753986ec0689bd83d8fd40f179186a1aa99ed9a Author: Pavel Raiskup Date: Fri Dec 19 15:25:01 2025 +0100 Add patch-git support Follow the instructions in https://github.com/konflux-ci/rpmbuild-pipeline/issues/112 Resolves: RHEL-141923 RPM-Changelog: - RPM-Skip-Release: yes --- patch-git.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch-git.lua b/patch-git.lua index 6d20c54..63962d8 100644 --- a/patch-git.lua +++ b/patch-git.lua @@ -535,8 +535,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 > ' - .. git_log_file) + 'log --first-parent --no-decorate --no-renames --raw --pretty=fuller' + .. ' --date=default > ' .. git_log_file) -- Atomically replace the contents of git_commit_file, confirming that -- the new Git log has been written. From 009747ac2435216d9b8f525692d00594bf4b6e8e Mon Sep 17 00:00:00 2001 From: Arjun Shankar Date: Mon, 9 Feb 2026 13:38:03 +0100 Subject: [PATCH 2/2] Set the currency symbol in Bulgarian locale to euro (RHEL-137184) Resolves: RHEL-137184 --- glibc-RHEL-137184.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 glibc-RHEL-137184.patch 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