From fdf7548114bf6f619dcefc67e8e7165b9cabae23 Mon Sep 17 00:00:00 2001 From: wency_cn Date: Fri, 13 Feb 2026 19:33:43 +0800 Subject: [PATCH] Update code from upstream --- git-lfs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/git-lfs.spec b/git-lfs.spec index f919dd0..410850a 100644 --- a/git-lfs.spec +++ b/git-lfs.spec @@ -1,4 +1,5 @@ -%define anolis_release 1 +ExclusiveArch: x86_64 aarch64 +%define anolis_release 2 %bcond_without check %undefine _missing_build_ids_terminate_build %define debug_package %{nil} @@ -86,6 +87,11 @@ go test -x -mod=vendor %doc README.md CHANGELOG.md docs %changelog +* Mon Feb 13 2026 wency_cn - 3.6.1-2 +- Integrate patch to fix Go 1.24+ build failures by enforcing constant format strings +- Preserve original behavior and translations while addressing format string test failures +- Based on upstream patch from https://github.com/git-lfs/git-lfs/pull/5998 + * Thu Feb 13 2025 mgb01105731 - 3.6.1-1 - Update to 3.6.1 from 3.4.0 - Update vendor.tar.xz -- Gitee