Update to 20.10.1

This commit is contained in:
Sergey Zhemoitel 2020-12-20 22:36:56 +03:00
parent 0bc9ebf717
commit e558fc0396
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,5 @@
sources: sources:
docker-20.10.1.tar.gz: 475dfcec26cb528894c91c43fba95ec4eb4b3bb6
docker-ce-19.03.13.tar.gz: 4e04a6b17d8f2baba981cb52d2a5d0bc4f63601d docker-ce-19.03.13.tar.gz: 4e04a6b17d8f2baba981cb52d2a5d0bc4f63601d
libnetwork-master.zip: b2d123edfb2e93ca74980991f6e8a26d18ed831e libnetwork-master.zip: b2d123edfb2e93ca74980991f6e8a26d18ed831e
tini-0.19.0.tar.gz: 2245210bdd29faea02e566a192df4c7df702b264 tini-0.19.0.tar.gz: 2245210bdd29faea02e566a192df4c7df702b264

View file

@ -12,14 +12,14 @@
Summary: Automates deployment of containerized applications Summary: Automates deployment of containerized applications
Name: docker Name: docker
Version: 19.03.13 Version: 20.10.1
Release: 1 Release: 1
License: ASL 2.0 License: ASL 2.0
Group: System/Kernel and hardware Group: System/Kernel and hardware
Url: http://www.docker.com URL: http://www.docker.com
# only x86_64 for now: https://github.com/docker/docker/issues/136 # only x86_64 for now: https://github.com/docker/docker/issues/136
#ExclusiveArch: x86_64 #ExclusiveArch: x86_64
Source0: https://github.com/docker/docker-ce/archive/v%{version}.tar.gz?/%{name}-ce-%{version}.tar.gz Source0: https://github.com/docker/cli/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: %{name}.service Source1: %{name}.service
Source2: %{name}.sysconfig Source2: %{name}.sysconfig
Source3: %{name}-storage.sysconfig Source3: %{name}-storage.sysconfig
@ -27,7 +27,7 @@ Source6: %{name}-network.sysconfig
Source7: %{name}.socket Source7: %{name}.socket
Source8: %{name}-network-cleanup.sh Source8: %{name}-network-cleanup.sh
Source9: overlay.conf Source9: overlay.conf
Source10: https://github.com/docker/libnetwork/archive/master.zip?/libnetwork-master.zip #Source10: https://github.com/docker/libnetwork/archive/master.zip?/libnetwork-master.zip
Source11: https://github.com/krallin/tini/archive/v%{tini_ver}.tar.gz?/tini-%{tini_ver}.tar.gz Source11: https://github.com/krallin/tini/archive/v%{tini_ver}.tar.gz?/tini-%{tini_ver}.tar.gz
Source100: %{name}.rpmlintrc Source100: %{name}.rpmlintrc
BuildRequires: cmake BuildRequires: cmake