import UBI git-lfs-3.4.1-7.el8_10

This commit is contained in:
eabdullin 2026-02-10 13:08:08 +00:00
parent 64a1260eb8
commit 5e9c8a7407

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: 6%{?dist}
Release: 7%{?dist}
Summary: Git extension for versioning large files
License: MIT
@ -181,6 +181,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \
%changelog
* Thu Jan 22 2026 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-7
- Rebuild with new Golang
- Resolves: RHEL-140536
* Thu Dec 04 2025 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-6
- Backport CVE-2025-26625 fixes
- Resolves: RHEL-122423