From e8023148f50a4e9c93efc08984b1aa9f761ebe25 Mon Sep 17 00:00:00 2001 From: yaoguangzhong Date: Tue, 29 Oct 2024 20:44:32 +0800 Subject: [PATCH] fix build warnings for moby.spec Signed-off-by: Guangzhong Yao --- moby.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/moby.spec b/moby.spec index 268e0f5..5edc000 100644 --- a/moby.spec +++ b/moby.spec @@ -7,7 +7,7 @@ Name: docker Version: 25.0.3 -Release: 11 +Release: 12 Summary: The open-source application container engine License: ASL 2.0 URL: https://www.docker.com @@ -91,13 +91,13 @@ Docker client binary and related utilities %prep %setup -q -n %{_source_client} %setup -q -T -n %{_source_engine} -b 1 -%patch0000 -p1 -%patch0001 -p1 -%patch0002 -p1 -%patch0003 -p1 -%patch9000 -p1 +%patch 0000 -p1 +%patch 0001 -p1 +%patch 0002 -p1 +%patch 0003 -p1 +%patch 9000 -p1 %setup -q -T -n %{_source_docker_init} -b 2 -%patch9001 -p1 +%patch 9001 -p1 %build export GO111MODULE=off @@ -198,6 +198,9 @@ fi %systemd_postun_with_restart docker.service %changelog +* Tue Oct 29 2024 yaoguangzhong - 25.0.3-12 +- DESC:fix build warnings for moby.spec + * Mon Sep 9 2024 tiberium - 25.0.3-11 - Type:bugfix - ID:NA @@ -291,5 +294,5 @@ fi - DESC: revert any to interface{} temporarily to allow builtable with golang-1.17.x - it will be withdrawed if golang upgrade to 1.18.x in the branch -* Thu Dec 14 2022 wanglimin - 20.10.21-1 +* Wed Dec 14 2022 wanglimin - 20.10.21-1 - DESC: initial docker-20.10.21-1 -- Gitee