已开启
add sw64 support #282
已开启
wuzx065891创建于 1月28日
3 个文件变更+14945-1
@@ -2,7 +2,7 @@
2%global debug_package %{nil}2%global debug_package %{nil}
3Version: 1.6.223Version: 1.6.22
4Name: containerd4Name: containerd
5-Release: 265+Release: 27
6Summary: An industry-standard container runtime6Summary: An industry-standard container runtime
7License: ASL 2.07License: ASL 2.0
8URL: https://containerd.io8URL: https://containerd.io
@@ -68,6 +68,12 @@ install -D -p -m 0644 %{S:7} %{buildroot}%{_sysconfdir}/containerd/config.toml
68%exclude %{_bindir}/containerd-stress68%exclude %{_bindir}/containerd-stress
69 69 
70%changelog70%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-2677* Tue Dec 16 2025 dongyuzhen <dongyuzhen@h-partners.com> - 1.6.22-26
72- Type:bugfix78- Type:bugfix
73- ID:NA79- ID:NA
此文件变更行数或变更字符数较多,你可以直接 查看源码
@@ -47,3 +47,4 @@ patch/0047-containerd-cri-Fix-userns-with-Dockerfile-VOLUME-mounts.patch
47patch/0048-containerd-fix-CVE-2024-25621.patch47patch/0048-containerd-fix-CVE-2024-25621.patch
48patch/0049-containerd-fix-CVE-2025-64329.patch48patch/0049-containerd-fix-CVE-2025-64329.patch
49patch/0050-containerd-fix-possible-panic-from-WithMediaTypeKeyPref.patch49patch/0050-containerd-fix-possible-panic-from-WithMediaTypeKeyPref.patch
50+patch/0051-add-sw64-support.patch