Rebuild with new Golang

Resolves: RHEL-32571
This commit is contained in:
Ondřej Pohořelský 2024-05-22 11:00:10 +02:00
parent 99bbae4fe1
commit b779908d59
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Version: 3.4.1
%global gobuilddir %{_builddir}/%{name}-%{version}/_build
Name: git-lfs
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Git extension for versioning large files
License: MIT
@ -151,6 +151,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \
%changelog
* Wed May 22 2024 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-2
- Rebuild with new Golang
- Resolves: RHEL-32571
* Mon Dec 18 2023 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-1
- Update to 3.4.1
- Resolves: RHEL-17101