Skip to content
Open
Changes from all 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
9 changes: 7 additions & 2 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,6 +61,7 @@ install -D man/man1/*.1 %{buildroot}%{_mandir}/man1
install -D man/man5/*.5 %{buildroot}%{_mandir}/man5

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

%post
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