From efac8d66e925d8c04c76a3d45e633a54876d141b Mon Sep 17 00:00:00 2001 From: xuguangmin Date: Tue, 29 Oct 2024 10:03:43 +0800 Subject: [PATCH] DESC:Remove RPM Build Warning Caused by .spec File --- moby.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/moby.spec b/moby.spec index 268e0f5..17faa99 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,12 @@ fi %systemd_postun_with_restart docker.service %changelog +* Tue Oct 29 2024 xuguangmin - 25.0.3-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Remove RPM Build Warning Caused by .spec File + * Mon Sep 9 2024 tiberium - 25.0.3-11 - Type:bugfix - ID:NA @@ -291,5 +297,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