已开启
add sw64 support #20
vzikl创建于 2025年9月15日
add sw64 support #20
已开启
vzikl创建于 2025年9月15日
refs/pull/20/head合入到openEuler-24.03-LTS-SP1
2 个文件变更+14477-1
此文件变更行数或变更字符数较多,你可以直接 查看源码
@@ -4,7 +4,7 @@
4# https://github.com/git-lfs/git-lfs4# https://github.com/git-lfs/git-lfs
5Name: git-lfs5Name: git-lfs
6Version: 3.6.16Version: 3.6.1
7-Release: 17+Release: 2
8Summary: Git extension for versioning large files8Summary: Git extension for versioning large files
9 9 
10License: MIT and BSD and Apache-2.0 and MPL-2.010License: MIT and BSD and Apache-2.0 and MPL-2.0
@@ -12,6 +12,9 @@ URL: https://git-lfs.github.io/
12Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz12Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz
13Source1: vendor.tar.gz13Source1: vendor.tar.gz
14Patch6000: 0001-use-vendor-dir-for-build.patch14Patch6000: 0001-use-vendor-dir-for-build.patch
15+%ifarch sw_64
16+Patch6001: 0002-add-sw64-support.patch
17+%endif
15 18 
16%if %{with check}19%if %{with check}
17# Tests20# Tests
@@ -55,6 +58,9 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi
55 58 
56 59 
57%changelog60%changelog
61+* Mon Sep 15 2025 zhangfeilong <zhangfeilong@uniontech.com> - 3.6.1-2
62+- add sw64 support patch.
63+ 
58* Sun Jan 19 2025 Funda Wang <fundawang@yeah.net> - 3.6.1-164* Sun Jan 19 2025 Funda Wang <fundawang@yeah.net> - 3.6.1-1
59- Upgrade to 3.6.165- Upgrade to 3.6.1
60 - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs66 - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs