From 328e0e330eb5fc08ad36892b64ad8ba571104303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Fri, 27 Mar 2026 15:22:00 +0100 Subject: [PATCH] Rebuild with new Golang Resolves: RHEL-156637 --- git-lfs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git-lfs.spec b/git-lfs.spec index dbabc1f..f6adfcb 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: 8%{?dist} +Release: 9%{?dist} Summary: Git extension for versioning large files License: MIT @@ -181,6 +181,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \ %changelog +* Fri Mar 27 2026 Ondřej Pohořelský - 3.4.1-9 +- Rebuild with new Golang +- Resolves: RHEL-156637 + * Mon Feb 16 2026 Ondřej Pohořelský - 3.4.1-8 - Rebuild with new Golang - Resolves: RHEL-146094, RHEL-149269