From b5dab8f84a5672d3e3b05ce7c4c674ea916b8a19 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 30 Apr 2024 03:30:58 +0300 Subject: [PATCH] import git-lfs-3.2.0-2.el9_3 --- 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 3afe442..7aae358 100644 --- a/SPECS/git-lfs.spec +++ b/SPECS/git-lfs.spec @@ -9,7 +9,7 @@ Version: 3.2.0 %global gobuilddir %{_builddir}/%{name}-%{version}/_build Name: git-lfs -Release: 1%{?dist} +Release: 2%{?dist} Summary: Git extension for versioning large files License: MIT @@ -149,6 +149,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \ %changelog +* Wed Apr 24 2024 Ondřej Pohořelský - 3.2.0-2 +- Rebuild with new Golang +- Resolves: RHEL-32569 + * Thu Jan 05 2023 Ondřej Pohořelský - 3.2.0-1 - Update to 3.2.0 - Resolves: #2139383