From b59cd406d572d48f6d1e757164611bc3696e130b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Tue, 10 Jun 2025 14:12:54 +0200 Subject: [PATCH] Rebuild with new Golang Resolves: RHEL-89264 --- git-lfs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git-lfs.spec b/git-lfs.spec index 2c40fc8..1caf499 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: 4%{?dist} +Release: 5%{?dist} Summary: Git extension for versioning large files License: MIT @@ -175,6 +175,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \ %changelog +* Tue Jun 10 2025 Ondřej Pohořelský - 3.4.1-5 +- Rebuild with new Golang +- Resolves: RHEL-89264 + * Fri Jan 17 2025 Ondřej Pohořelský - 3.4.1-4 - Backport CVE-2024-53263 fixes - Resolves: RHEL-73931