[packages/containerd] up to 2.3.2
atler
atler at pld-linux.org
Sat Jun 27 14:07:25 CEST 2026
commit f03c3b6656365efda28f3e87a4142ef34cc8a2a8
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Jun 27 14:07:03 2026 +0200
up to 2.3.2
containerd.spec | 8 +++-----
systemd.patch | 4 ++--
2 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/containerd.spec b/containerd.spec
index b4dae69..86768f7 100644
--- a/containerd.spec
+++ b/containerd.spec
@@ -1,14 +1,14 @@
Summary: An open and reliable container runtime
Name: containerd
-Version: 1.7.30
+Version: 2.3.2
Release: 1
License: Apache v2.0
Group: Applications
Source0: https://github.com/containerd/containerd/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: dfc8eb0c521a8fd418509d908e847846
+# Source0-md5: 336dc00c1e4d049b1e1c2b05c16f6535
Patch0: systemd.patch
URL: https://containerd.io/
-BuildRequires: golang >= 1.21
+BuildRequires: golang >= 1.26.3
BuildRequires: linux-libc-headers >= 7:4.12
BuildRequires: rpmbuild(macros) >= 2.009
Requires: runc >= 1.1.13
@@ -63,8 +63,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc {ADOPTERS,BUILDING,README,RELEASES,ROADMAP,SCOPE}.md
%attr(755,root,root) %{_bindir}/containerd
-%attr(755,root,root) %{_bindir}/containerd-shim
-%attr(755,root,root) %{_bindir}/containerd-shim-runc-v1
%attr(755,root,root) %{_bindir}/containerd-shim-runc-v2
%attr(755,root,root) %{_bindir}/containerd-stress
%attr(755,root,root) %{_bindir}/ctr
diff --git a/systemd.patch b/systemd.patch
index 717c279..d38092e 100644
--- a/systemd.patch
+++ b/systemd.patch
@@ -1,8 +1,8 @@
--- containerd-1.6.0/containerd.service.orig 2024-08-21 10:56:47.520768807 +0200
+++ containerd-1.6.0/containerd.service 2024-08-21 18:44:14.468072341 +0200
@@ -19,7 +19,7 @@
- #uncomment to enable the experimental sbservice (sandboxed) version of containerd/cri integration
- #Environment="ENABLE_CRI_SANDBOXES=sandboxed"
+
+ [Service]
ExecStartPre=-/sbin/modprobe overlay
-ExecStart=/usr/local/bin/containerd
+ExecStart=/usr/bin/containerd
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/containerd.git/commitdiff/f03c3b6656365efda28f3e87a4142ef34cc8a2a8
More information about the pld-cvs-commit
mailing list