diff --git a/git-lfs-v3.6.1.tar.gz b/git-lfs-v3.6.1.tar.gz deleted file mode 100644 index 0f47bec4985f22e3c9bc89e9ea9eee8fcf01afb4..0000000000000000000000000000000000000000 Binary files a/git-lfs-v3.6.1.tar.gz and /dev/null differ diff --git a/git-lfs-v3.7.0.tar.gz b/git-lfs-v3.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1e7184e654e183d2fe69eda79510bfba25ffdcd7 Binary files /dev/null and b/git-lfs-v3.7.0.tar.gz differ diff --git a/git-lfs.spec b/git-lfs.spec index e8f61202279096b91f3035965845cac60314008f..dea92446ff33a73d54430e24041fb025247e28f6 100644 --- a/git-lfs.spec +++ b/git-lfs.spec @@ -1,16 +1,15 @@ %define debug_package %{nil} %bcond_without check -# https://github.com/git-lfs/git-lfs Name: git-lfs -Version: 3.6.1 +Version: 3.7.0 Release: 1 Summary: Git extension for versioning large files License: MIT and BSD and Apache-2.0 and MPL-2.0 URL: https://git-lfs.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz -Source1: vendor.tar.gz +Source1: vendor.tar.xz Patch6000: 0001-use-vendor-dir-for-build.patch %if %{with check} @@ -23,6 +22,7 @@ BuildRequires: git >= 1.8.5 BuildRequires: golang, tar, which Requires: git-core >= 1.8.5 +Supplements: (git-core and openEuler-release) %description Git Large File Storage (LFS) replaces large files such as audio samples, @@ -55,6 +55,17 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi %changelog +* Thu Jul 10 2025 Funda Wang - 3.7.0-1 +- upgrade to 3.7.0 + - This release is a feature release which introduces several new + options for fetching Git LFS objects, such as the ability to + force objects to be re-downloaded and the capacity to output + object URLs and HTTP metadata in JSON for external tools to + consume. + +* Thu Mar 20 2025 Funda Wang - 3.6.1-2 +- supplements git under openeEuler distrib + * Sun Jan 19 2025 Funda Wang - 3.6.1-1 - Upgrade to 3.6.1 - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs diff --git a/vendor.tar.gz b/vendor.tar.gz deleted file mode 100644 index 279da45264b0116149e91f03d397fbed3d627824..0000000000000000000000000000000000000000 Binary files a/vendor.tar.gz and /dev/null differ diff --git a/vendor.tar.xz b/vendor.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..623c5067735af8346042058c659604fecae2fc24 Binary files /dev/null and b/vendor.tar.xz differ