|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
Name: docker-ce
|
|
|
Summary: The open-source application container engine
|
|
|
-Version: 19.03.14
|
|
|
+Version: 20.10.3
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: system,virtualization
|
|
|
Vendor: Project Vine
|
|
@@ -17,8 +17,8 @@ Packager: tomop
|
|
|
License: ASL 2.0
|
|
|
URL: https://www.docker.com
|
|
|
Source0: https://download.docker.com/linux/static/stable/x86_64/docker-%{version}.tgz
|
|
|
-Source1: https://github.com/docker/docker-ce/raw/v%{version}/README.md
|
|
|
-Source2: https://github.com/docker/docker-ce/raw/v%{version}/components/cli/LICENSE
|
|
|
+Source1: https://raw.githubusercontent.com/docker/cli/v%{version}/README.md
|
|
|
+Source2: https://raw.githubusercontent.com/docker/cli/v%{version}/LICENSE
|
|
|
|
|
|
Source10: docker.init
|
|
|
Source11: docker.sysconfig
|
|
@@ -144,7 +144,7 @@ fi
|
|
|
%license LICENSE
|
|
|
%doc README.md
|
|
|
%{_bindir}/containerd
|
|
|
-%{_bindir}/containerd-shim
|
|
|
+%{_bindir}/containerd-shim*
|
|
|
%{_bindir}/ctr
|
|
|
%{_bindir}/docker-init
|
|
|
%{_bindir}/docker-proxy
|
|
@@ -169,6 +169,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Feb 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.10.3-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Thu Dec 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.03.14-1
|
|
|
- new upstream release.
|
|
|
|