Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions SPECS/git-lfs/git-lfs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Summary: Git extension for versioning large files
Name: git-lfs
Version: 3.6.1
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Programming
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -61,7 +61,8 @@ install -D man/man1/*.1 %{buildroot}%{_mandir}/man1
install -D man/man5/*.5 %{buildroot}%{_mandir}/man5

%check
go test -mod=vendor ./...
export GOEXPERIMENT=ms_nocgo_opensslcrypto
CGO_ENABLED=0 go test -mod=vendor ./...

%post
git lfs install --system
Expand All @@ -71,12 +72,16 @@ git lfs uninstall

%files
%defattr(-,root,root,-)
%doc LICENSE.md README.md
%license LICENSE.md
%doc README.md
%{_bindir}/git-lfs
%{_mandir}/man1/*
%{_mandir}/man5/*

%changelog
* Thu May 14 2026 Sumit Jena <sumitjena@microsoft.com> - 3.6.1-3
- Fix ptests failures.

* Tue Apr 08 2025 Rohit Rawat <rohitrawat@microsoft.com> - 3.6.1-2
- Patch CVE-2025-22870

Expand Down
Loading