diff --git a/SPECS/docker-distribution.spec b/SPECS/docker-distribution.spec index 231f1dc..621404c 100644 --- a/SPECS/docker-distribution.spec +++ b/SPECS/docker-distribution.spec @@ -38,13 +38,14 @@ Name: %{project}-%{repo} Version: 2.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Docker toolset to pack, ship, store, and deliver content License: ASL 2.0 URL: https://%{provider_prefix} Source0: https://%{provider_prefix}/archive/%{commit}.tar.gz Source1: %{name}.service Source2: config.yml +BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} >= 1.6.2 BuildRequires: systemd Requires(post): systemd Requires(preun): systemd @@ -201,7 +202,7 @@ building other packages which use import path with %package unit-test Summary: Unit tests for %{name} package # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. -BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} +BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} >= 1.6.2 %if 0%{?with_check} #Here comes all BuildRequires: PACKAGE the unit tests @@ -338,6 +339,9 @@ make test %endif %changelog +* Sat Jun 25 2016 Lokesh Mandvekar - 2.4.1-2 +- built with golang >= 1.6.2 + * Thu Apr 28 2016 Lokesh Mandvekar - 2.4.1-1 - Resolves: #1338871 - rebase to v2.4.1 - Resolves: #1338824 - s3 driver: Sorting completed parts by part number for