diff --git a/cli-20.10.21.tar.gz b/cli-20.10.21.tar.gz deleted file mode 100644 index 50984e8..0000000 Binary files a/cli-20.10.21.tar.gz and /dev/null differ diff --git a/cli-20.10.23.tar.gz b/cli-20.10.23.tar.gz new file mode 100644 index 0000000..b446ab9 Binary files /dev/null and b/cli-20.10.23.tar.gz differ diff --git a/moby-20.10.21.tar.gz b/moby-20.10.23.tar.gz similarity index 59% rename from moby-20.10.21.tar.gz rename to moby-20.10.23.tar.gz index 921de46..604ae63 100644 Binary files a/moby-20.10.21.tar.gz and b/moby-20.10.23.tar.gz differ diff --git a/moby.spec b/moby.spec index fcf87cc..ff5f37b 100644 --- a/moby.spec +++ b/moby.spec @@ -1,19 +1,19 @@ -%global _gitcommit_engine a89b8422 -%global _gitcommit_cli 100c7018 +%global _gitcommit_engine 6051f14 +%global _gitcommit_cli 7155243 %global _source_engine moby-%{version} %global _source_client cli-%{version} %global _source_docker_init tini-0.19.0 %global _source_docker_proxy libnetwork-dcdf8f17 Name: docker -Version: 20.10.21 -Release: 4 +Version: 20.10.23 +Release: 1 Summary: The open-source application container engine License: ASL 2.0 URL: https://www.docker.com -# https://github.com/docker/cli/archive/refs/tags/v20.10.21.tar.gz +# https://github.com/docker/cli/archive/refs/tags/v20.10.23.tar.gz Source0: cli-%{version}.tar.gz -# https://github.com/moby/moby/archive/refs/tags/v20.10.21.tar.gz +# https://github.com/moby/moby/archive/refs/tags/v20.10.23.tar.gz Source1: moby-%{version}.tar.gz # https://github.com/krallin/tini/archive/refs/tags/v0.19.0.tar.gz Source2: tini-0.19.0.tar.gz @@ -200,6 +200,9 @@ fi %systemd_postun_with_restart docker.service %changelog +* Wed Mar 29 2023 xulei - 20.10.23-1 +- DESC:update to 20.10.23 + * Wed Mar 8 2023 xulei - 20.10.21-4 - DESC: enhance container behavior 1.stop docker.socket before uninstall docker.