Updated to 19.03.9

This commit is contained in:
Алзим 2020-05-19 22:51:13 +03:00
parent b1d7238742
commit a0592b6ffa
2 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
sources: sources:
docker-ce-19.03.8.tar.gz: 7b3ebe9a5ee454eb9db6d0384a0fe66399eb4335 docker-ce-19.03.9.tar.gz: b4c2d75bb74a16430f4f5f0f352d6b764255c99f
libnetwork-master.zip: 1b2494580b127b61507f018d9704ae7bc6d818a7 libnetwork-master.zip: 1c9712ab5aab43eef778ed82153df657223c4341
tini-0.18.0.tar.gz: 27b7529ae87ea688e21d0a061b6d9299ff9362f6 tini-0.19.0.tar.gz: 2245210bdd29faea02e566a192df4c7df702b264

View file

@ -8,9 +8,11 @@
%global commit 89658bed64c2a8fe05a978e5b87dbec409d57a0f %global commit 89658bed64c2a8fe05a978e5b87dbec409d57a0f
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%define tini_ver 0.19.0
Summary: Automates deployment of containerized applications Summary: Automates deployment of containerized applications
Name: docker Name: docker
Version: 19.03.8 Version: 19.03.9
Release: 1 Release: 1
License: ASL 2.0 License: ASL 2.0
Group: System/Kernel and hardware Group: System/Kernel and hardware
@ -27,7 +29,7 @@ Source8: %{name}-network-cleanup.sh
Source9: overlay.conf Source9: overlay.conf
# bf2bd42abc0a3734f12b5ec724e571434e42c669 # bf2bd42abc0a3734f12b5ec724e571434e42c669
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/v0.18.0.tar.gz?/tini-0.18.0.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
BuildRequires: go-md2man BuildRequires: go-md2man