From 1f789979ad154367d98440a490989437ec559a2a Mon Sep 17 00:00:00 2001 From: tinktiny666 Date: Thu, 28 Dec 2023 08:40:28 +0000 Subject: [PATCH] Adapt docker-runc to be changed to runc Signed-off-by: tinktiny666 --- moby.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moby.spec b/moby.spec index 03099cf..cf51ace 100644 --- a/moby.spec +++ b/moby.spec @@ -44,7 +44,7 @@ Summary: Docker daemon binary and related utilities Requires: /usr/sbin/groupadd Requires: %{name} = %{version}-%{release} Requires: %{name}-client = %{version}-%{release} -Requires: docker-runc +Requires: runc Requires: container-selinux >= 2:2.74 Requires: libseccomp >= 2.3 Requires: systemd -- Gitee