diff --git a/.abf.yml b/.abf.yml index 4d8e0de..5d50e5a 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,4 +1,4 @@ sources: - docker-ce-19.03.8.tar.gz: 7b3ebe9a5ee454eb9db6d0384a0fe66399eb4335 - libnetwork-master.zip: 1b2494580b127b61507f018d9704ae7bc6d818a7 - tini-0.18.0.tar.gz: 27b7529ae87ea688e21d0a061b6d9299ff9362f6 + docker-ce-19.03.9.tar.gz: b4c2d75bb74a16430f4f5f0f352d6b764255c99f + libnetwork-master.zip: 1c9712ab5aab43eef778ed82153df657223c4341 + tini-0.19.0.tar.gz: 2245210bdd29faea02e566a192df4c7df702b264 diff --git a/docker.spec b/docker.spec index 253f7b4..1811062 100644 --- a/docker.spec +++ b/docker.spec @@ -8,9 +8,11 @@ %global commit 89658bed64c2a8fe05a978e5b87dbec409d57a0f %global shortcommit %(c=%{commit}; echo ${c:0:7}) +%define tini_ver 0.19.0 + Summary: Automates deployment of containerized applications Name: docker -Version: 19.03.8 +Version: 19.03.9 Release: 1 License: ASL 2.0 Group: System/Kernel and hardware @@ -27,7 +29,7 @@ Source8: %{name}-network-cleanup.sh Source9: overlay.conf # bf2bd42abc0a3734f12b5ec724e571434e42c669 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 BuildRequires: cmake BuildRequires: go-md2man