已开启
add sw64 support #282
wuzx065891创建于 1月28日
add sw64 support #282
已开启
共 3 个文件变更+14945-1
| @@ -2,7 +2,7 @@ | |||
| 2 | %global debug_package %{nil} | 2 | %global debug_package %{nil} |
| 3 | Version: 1.6.22 | 3 | Version: 1.6.22 |
| 4 | Name: containerd | 4 | Name: containerd |
| 5 | -Release: 26 | 5 | +Release: 27 |
| 6 | Summary: An industry-standard container runtime | 6 | Summary: An industry-standard container runtime |
| 7 | License: ASL 2.0 | 7 | License: ASL 2.0 |
| 8 | URL: https://containerd.io | 8 | URL: https://containerd.io |
| @@ -68,6 +68,12 @@ install -D -p -m 0644 %{S:7} %{buildroot}%{_sysconfdir}/containerd/config.toml | |||
| 68 | %exclude %{_bindir}/containerd-stress | 68 | %exclude %{_bindir}/containerd-stress |
| 69 | 69 | ||
| 70 | %changelog | 70 | %changelog |
| 71 | +* Mon Jan 12 2026 wuzx<wuzx1226@qq.com> - 1.6.22-27 | ||
| 72 | +- Type:feature | ||
| 73 | +- CVE:NA | ||
| 74 | +- SUG:NA | ||
| 75 | +- DESC:Add sw64 architecture | ||
| 76 | + | ||
| 71 | * Tue Dec 16 2025 dongyuzhen <dongyuzhen@h-partners.com> - 1.6.22-26 | 77 | * Tue Dec 16 2025 dongyuzhen <dongyuzhen@h-partners.com> - 1.6.22-26 |
| 72 | - Type:bugfix | 78 | - Type:bugfix |
| 73 | - ID:NA | 79 | - ID:NA |
此文件变更行数或变更字符数较多,你可以直接 查看源码
| @@ -47,3 +47,4 @@ patch/0047-containerd-cri-Fix-userns-with-Dockerfile-VOLUME-mounts.patch | |||
| 47 | patch/0048-containerd-fix-CVE-2024-25621.patch | 47 | patch/0048-containerd-fix-CVE-2024-25621.patch |
| 48 | patch/0049-containerd-fix-CVE-2025-64329.patch | 48 | patch/0049-containerd-fix-CVE-2025-64329.patch |
| 49 | patch/0050-containerd-fix-possible-panic-from-WithMediaTypeKeyPref.patch | 49 | patch/0050-containerd-fix-possible-panic-from-WithMediaTypeKeyPref.patch |
| 50 | +patch/0051-add-sw64-support.patch | ||