diff --git a/git-lfs.spec b/git-lfs.spec index 6464e8de843cfa675477fddc9747f18a9ae51880..1a38cbea1cfc0f0841b5e8db6d983ec10824af5c 100644 --- a/git-lfs.spec +++ b/git-lfs.spec @@ -24,7 +24,7 @@ Version: 3.4.1 %global gobuild CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all" go build -compiler gc %{?!pie_mode} '-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%{anolis_release}%{?dist} +Release: 5%{anolis_release}%{?dist} Summary: Git extension for versioning large files License: MIT @@ -201,11 +201,15 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \ %doc README.md CHANGELOG.md docs %changelog -* Fri Jan 31 2025 Weisson - 3.4.1-4.0.1 +* Tue Jun 24 2025 Weisson - 3.4.1-5.0.1 - Add doc sub package - Disable pie mode for loongarch64 (geliwei@openanolis.org) - Support loongarch build (geliwei@openanolis.org) +* 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