!83 fix build warnings for moby.spec

From: @ikernel-mryao 
Reviewed-by: @xu_lei_123 
Signed-off-by: @xu_lei_123
This commit is contained in:
openeuler-ci-bot 2024-10-30 01:38:10 +00:00 committed by Gitee
commit 1d54dbca9b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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<yaoguangzhong@xfusion.com> - 25.0.3-12
- DESC:fix build warnings for moby.spec
* Mon Sep 9 2024 tiberium <jinzhe.oerv@isrc.iscas.ac.cn> - 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<wanglimin@xfusion.com> - 20.10.21-1
* Wed Dec 14 2022 wanglimin<wanglimin@xfusion.com> - 20.10.21-1
- DESC: initial docker-20.10.21-1