diff --git a/containerd.spec b/containerd.spec index 2987cff7ce21e9734782328c890048f2b6403417..f1404185a43d74c2b661a8b5b3025d0b87559aa3 100644 --- a/containerd.spec +++ b/containerd.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Version: 1.6.22 Name: containerd -Release: 7 +Release: 8 Summary: An industry-standard container runtime License: ASL 2.0 URL: https://containerd.io @@ -16,6 +16,7 @@ Source6: containerd.service Source7: config.toml BuildRequires: golang glibc-static make btrfs-progs-devel git +Requires: runc %description containerd is an industry-standard container runtime with an emphasis on @@ -67,6 +68,12 @@ install -D -p -m 0644 %{S:7} %{buildroot}%{_sysconfdir}/containerd/config.toml %exclude %{_bindir}/containerd-stress %changelog +* Mon Mar 11 2024 duyiwei7w - 1.6.22-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add Requires runc + * Fri Feb 23 2024 zhongjiawei - 1.6.22-7 - Type:bugfix - ID:NA