From f943900750a9a226c923bf2b00d2158b60774163 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 25 Oct 2022 03:38:05 -0400 Subject: [PATCH] import git-lfs-2.13.3-3.el8_6 --- SPECS/git-lfs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/git-lfs.spec b/SPECS/git-lfs.spec index 29fe637..db10949 100644 --- a/SPECS/git-lfs.spec +++ b/SPECS/git-lfs.spec @@ -19,7 +19,7 @@ Version: 2.13.3 %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: 2%{?dist} +Release: 3%{?dist} Summary: Git extension for versioning large files License: MIT @@ -159,6 +159,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \ %changelog +* Tue Oct 04 2022 Ondrej Pohorelsky - 2.13.3-3 +- Rebuild with new Golang +- Resolves: rhbz#2131795 + * Mon Jan 17 2022 Ondrej Pohorelsky - 2.13.3-2 - Define %%gobuild macro with proper ldflags - Related: rhbz#2021549