From 38e662f9adac2b39d7c752adc97624a95ec0f283 Mon Sep 17 00:00:00 2001 From: lvxiangcong Date: Sat, 11 May 2024 10:18:03 +0800 Subject: [PATCH] fix install error failed to docker.service does not exist --- moby.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/moby.spec b/moby.spec index ea0399d..25e0972 100644 --- a/moby.spec +++ b/moby.spec @@ -7,7 +7,7 @@ Name: moby Version: 25.0.3 -Release: 3 +Release: 4 Summary: The open-source application container engine License: ASL 2.0 URL: https://www.docker.com @@ -42,7 +42,6 @@ lightweight container. Summary: Docker daemon binary and related utilities Requires: /usr/sbin/groupadd -Requires: %{name} = %{version}-%{release} Requires: %{name}-client = %{version}-%{release} Requires: runc Requires: container-selinux >= 2:2.74 @@ -195,6 +194,9 @@ fi %systemd_postun_with_restart docker.service %changelog +* Sat May 11 2024 lvxiangcong - 25.0.3-4 +- DESC:fix install error failed to docker.service does not exit + * Mon Apr 22 2024 lvxiangcong - 25.0.3-3 - DESC:fix cve-2024-32473 -- Gitee