From c31c8ebd031f0dc5aed584721b9e02133074131e Mon Sep 17 00:00:00 2001 From: RHEL Packaging Agent Date: Mon, 4 May 2026 15:59:52 +0000 Subject: [PATCH] Rebuild git-lfs with new Golang Rebuild git-lfs against updated Golang to pick up the latest fixes and improvements from the Go toolchain. Dependency: golang Resolves: RHEL-167541, RHEL-167379, RHEL-166518 This commit was created by Ymir, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Ymir --- git-lfs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git-lfs.spec b/git-lfs.spec index f6adfcb..483e618 100644 --- a/git-lfs.spec +++ b/git-lfs.spec @@ -19,7 +19,7 @@ Version: 3.4.1 %global gobuild CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all" go build -compiler gc -buildmode pie '-tags=rpm_crashtraceback libtrust_openssl ' -ldflags "-linkmode=external -compressdwarf=false ${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**} Name: git-lfs -Release: 9%{?dist} +Release: 10%{?dist} Summary: Git extension for versioning large files License: MIT @@ -181,6 +181,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \ %changelog +* Mon May 04 2026 RHEL Packaging Agent - 3.4.1-10 +- Rebuild with new Golang +- Resolves: RHEL-167541, RHEL-167379, RHEL-166518 + * Fri Mar 27 2026 Ondřej Pohořelský - 3.4.1-9 - Rebuild with new Golang - Resolves: RHEL-156637