已开启
add sw64 support #20
vzikl创建于 2025年9月15日
add sw64 support #20
已开启
从refs/pull/20/head合入到openEuler-24.03-LTS-SP1
共 2 个文件变更+14477-1
此文件变更行数或变更字符数较多,你可以直接 查看源码
| @@ -4,7 +4,7 @@ | |||
| 4 | # https://github.com/git-lfs/git-lfs | 4 | # https://github.com/git-lfs/git-lfs |
| 5 | Name: git-lfs | 5 | Name: git-lfs |
| 6 | Version: 3.6.1 | 6 | Version: 3.6.1 |
| 7 | -Release: 1 | 7 | +Release: 2 |
| 8 | Summary: Git extension for versioning large files | 8 | Summary: Git extension for versioning large files |
| 9 | 9 | ||
| 10 | License: MIT and BSD and Apache-2.0 and MPL-2.0 | 10 | License: MIT and BSD and Apache-2.0 and MPL-2.0 |
| @@ -12,6 +12,9 @@ URL: https://git-lfs.github.io/ | |||
| 12 | Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz | 12 | Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz |
| 13 | Source1: vendor.tar.gz | 13 | Source1: vendor.tar.gz |
| 14 | Patch6000: 0001-use-vendor-dir-for-build.patch | 14 | Patch6000: 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 | # Tests | 20 | # Tests |
| @@ -55,6 +58,9 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi | |||
| 55 | 58 | ||
| 56 | 59 | ||
| 57 | %changelog | 60 | %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-1 | 64 | * Sun Jan 19 2025 Funda Wang <fundawang@yeah.net> - 3.6.1-1 |
| 59 | - Upgrade to 3.6.1 | 65 | - Upgrade to 3.6.1 |
| 60 | - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs | 66 | - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs |