From 3d0a9ed87ed3bd20ffa0d3bb7c5376df3279d4cb Mon Sep 17 00:00:00 2001 From: xulei Date: Tue, 26 Sep 2023 02:26:44 +0000 Subject: [PATCH] Fix the missing socketGroup permissions for only installing moby-engine Signed-off-by: xulei --- moby.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/moby.spec b/moby.spec index 0dc4036..c1f168c 100644 --- a/moby.spec +++ b/moby.spec @@ -42,6 +42,7 @@ lightweight container. Summary: Docker daemon binary and related utilities Requires: /usr/sbin/groupadd +Requires: %{name} = %{version}-%{release} Requires: %{name}-client = %{version}-%{release} Requires: docker-runc Requires: container-selinux >= 2:2.74 @@ -194,6 +195,9 @@ fi %systemd_postun_with_restart docker.service %changelog +* Tue Sep 26 2023 xulei - 20.10.24-7 +- Fix the missing socketGroup permissions for only installing moby-engine + * Mon Sep 18 2023 xulei - 20.10.24-6 - Optimize the apply patch method -- Gitee