From 57a9eb74ce4e8dadb3fe0b31c1d4d52d845352c7 Mon Sep 17 00:00:00 2001 From: shechenglong Date: Fri, 28 Jun 2024 06:46:33 +0000 Subject: [PATCH] software package name moby is changed to docker Signed-off-by: shechenglong --- moby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/moby.spec b/moby.spec index 73c58f3..69cdd0b 100644 --- a/moby.spec +++ b/moby.spec @@ -5,9 +5,9 @@ %global _source_docker_init tini-0.19.0 %define _debugsource_template %{nil} -Name: moby +Name: docker Version: 25.0.3 -Release: 6 +Release: 7 Summary: The open-source application container engine License: ASL 2.0 URL: https://www.docker.com @@ -194,6 +194,9 @@ fi %systemd_postun_with_restart docker.service %changelog +* Fri Jun 24 2024 shechenglong - 25.0.3-7 +- DESC:software package name moby is changed to docker + * Fri Jun 14 2024 zhaixiaojuan - 25.0.3-6 - DESC:add loongarch64 seccomp support -- Gitee