|
|
|
@ -9,7 +9,7 @@ Version: 3.4.1
|
|
|
|
|
%global gobuilddir %{_builddir}/%{name}-%{version}/_build
|
|
|
|
|
|
|
|
|
|
Name: git-lfs
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Git extension for versioning large files
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -91,10 +91,6 @@ sed -i -e 's!^BINPATH=.\+!BINPATH="%{gobuilddir}/bin"!g' t/testenv.sh
|
|
|
|
|
export GOPATH=%{gobuilddir}:%{gopath}
|
|
|
|
|
export GO111MODULE=off
|
|
|
|
|
|
|
|
|
|
# Enable FIPS support at build time by enabling CGO and enforcing strict FIPS runtime
|
|
|
|
|
export CGO_ENABLED=1
|
|
|
|
|
export GOEXPERIMENT=strictfipsruntime
|
|
|
|
|
|
|
|
|
|
# Build manpages first (some embedding in the executable is done.)
|
|
|
|
|
make man GIT_LFS_SHA=unused VERSION=unused PREFIX=unused
|
|
|
|
|
pushd docs
|
|
|
|
@ -155,22 +151,13 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 23 2024 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-4
|
|
|
|
|
- Rebuild with new Golang
|
|
|
|
|
- Resolves: RHEL-57920
|
|
|
|
|
|
|
|
|
|
* Fri Aug 16 2024 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-3
|
|
|
|
|
- Make Git-LFS FIPS compliant
|
|
|
|
|
- Resolves: RHEL-53085
|
|
|
|
|
|
|
|
|
|
* Mon Apr 22 2024 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-2
|
|
|
|
|
- Rebuild with new Golang
|
|
|
|
|
- Resolves: RHEL-32570, RHEL-28385, RHEL-28402, RHEL-28432
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Ondřej Pohořelský <opohorel@redhat.com> - 3.4.1-1
|
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
- Resolves: RHEL-17101
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.2.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
* Thu Jan 05 2023 Ondřej Pohořelský <opohorel@redhat.com> - 3.2.0-1
|
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
- Resolves: #2139383
|
|
|
|
|