From b8bcfb7b6ab7349e4a19a81cf7c191c057476765 Mon Sep 17 00:00:00 2001 From: RHEL Packaging Agent Date: Thu, 3 Sep 2026 07:47:10 +0000 Subject: [PATCH] Rebuild git-lfs against updated golang Rebuild git-lfs with new Golang. The Release field is bumped from 12 to 13 to reflect the rebuild. Dependency: golang Resolves: RHEL-241521, RHEL-242322, RHEL-241889 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 4c6b29e..bab367e 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: 12%{?dist} +Release: 13%{?dist} Summary: Git extension for versioning large files License: MIT @@ -185,6 +185,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \ %changelog +* Thu Sep 03 2026 RHEL Packaging Agent - 3.4.1-13 +- Rebuild with new Golang +- Resolves: RHEL-241521, RHEL-242322, RHEL-241889 + * Thu Jul 09 2026 RHEL Packaging Agent - 3.4.1-12 - Rebuild with new Golang - Resolves: RHEL-187191