fix build warnings for moby.spec

Signed-off-by: Guangzhong Yao <yaoguangzhong@xfusion.com>
This commit is contained in:
yaoguangzhong 2024-10-29 20:44:32 +08:00
parent d5cecbba62
commit e8023148f5

View File

@ -7,7 +7,7 @@
Name: docker Name: docker
Version: 25.0.3 Version: 25.0.3
Release: 11 Release: 12
Summary: The open-source application container engine Summary: The open-source application container engine
License: ASL 2.0 License: ASL 2.0
URL: https://www.docker.com URL: https://www.docker.com
@ -91,13 +91,13 @@ Docker client binary and related utilities
%prep %prep
%setup -q -n %{_source_client} %setup -q -n %{_source_client}
%setup -q -T -n %{_source_engine} -b 1 %setup -q -T -n %{_source_engine} -b 1
%patch0000 -p1 %patch 0000 -p1
%patch0001 -p1 %patch 0001 -p1
%patch0002 -p1 %patch 0002 -p1
%patch0003 -p1 %patch 0003 -p1
%patch9000 -p1 %patch 9000 -p1
%setup -q -T -n %{_source_docker_init} -b 2 %setup -q -T -n %{_source_docker_init} -b 2
%patch9001 -p1 %patch 9001 -p1
%build %build
export GO111MODULE=off export GO111MODULE=off
@ -198,6 +198,9 @@ fi
%systemd_postun_with_restart docker.service %systemd_postun_with_restart docker.service
%changelog %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 * Mon Sep 9 2024 tiberium <jinzhe.oerv@isrc.iscas.ac.cn> - 25.0.3-11
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA
@ -291,5 +294,5 @@ fi
- DESC: revert any to interface{} temporarily to allow builtable with golang-1.17.x - 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 - 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 - DESC: initial docker-20.10.21-1