diff --git a/.docker-distribution.metadata b/.docker-distribution.metadata index f13ffad..342e5fd 100644 --- a/.docker-distribution.metadata +++ b/.docker-distribution.metadata @@ -1 +1 @@ -94dc11372604d4dd919c9b9792033cfce2975e35 SOURCES/a9b1322edf48b1fb9aee4e5ded7a4f4ac37c6830.tar.gz +50d88524c5e0488a30b7ca894b6b1ac0fad7f76d SOURCES/12acdf0a6c1e56d965ac6eb395d2bce687bf22fc.tar.gz diff --git a/.gitignore b/.gitignore index 4fe3bb9..bf64f60 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/a9b1322edf48b1fb9aee4e5ded7a4f4ac37c6830.tar.gz +SOURCES/12acdf0a6c1e56d965ac6eb395d2bce687bf22fc.tar.gz diff --git a/SPECS/docker-distribution.spec b/SPECS/docker-distribution.spec index 69d4ee4..10563d2 100644 --- a/SPECS/docker-distribution.spec +++ b/SPECS/docker-distribution.spec @@ -33,11 +33,11 @@ # https://github.com/docker/distribution %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit a9b1322edf48b1fb9aee4e5ded7a4f4ac37c6830 +%global commit 12acdf0a6c1e56d965ac6eb395d2bce687bf22fc %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{project}-%{repo} -Version: 2.5.0 +Version: 2.5.1 Release: 1%{?dist} Summary: Docker toolset to pack, ship, store, and deliver content License: ASL 2.0 @@ -340,6 +340,9 @@ make test %endif %changelog +* Mon Oct 24 2016 Frantisek Kluknavsky - 2.5.1-1 +- rebase to v2.5.1 + * Wed Sep 07 2016 Lokesh Mandvekar - 2.5.0-1 - Resolves: #1367157 - rebase to v2.5.0 - golang 1.6.2 doesn't support elliptic.P224()