diff --git a/SPECS/git-lfs.spec b/SPECS/git-lfs.spec index 8a0f36b..5464ad6 100644 --- a/SPECS/git-lfs.spec +++ b/SPECS/git-lfs.spec @@ -9,7 +9,7 @@ Version: 3.4.1 %global gobuilddir %{_builddir}/%{name}-%{version}/_build Name: git-lfs -Release: 3%{?dist} +Release: 4%{?dist} Summary: Git extension for versioning large files License: MIT @@ -155,6 +155,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \ %changelog +* Mon Sep 23 2024 Ondřej Pohořelský - 3.4.1-4 +- Rebuild with new Golang +- Resolves: RHEL-57920 + * Fri Aug 16 2024 Ondřej Pohořelský - 3.4.1-3 - Make Git-LFS FIPS compliant - Resolves: RHEL-53085