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
This commit is contained in:
RHEL Packaging Agent 2026-05-04 15:59:52 +00:00
parent 328e0e330e
commit c31c8ebd03

View File

@ -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 <jotnar@redhat.com> - 3.4.1-10
- Rebuild with new Golang
- Resolves: RHEL-167541, RHEL-167379, RHEL-166518
* Fri Mar 27 2026 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-9
- Rebuild with new Golang
- Resolves: RHEL-156637