From 5241774ef2d7c8e257ae8b301c62782d5fdd0db7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 03 2016 20:49:10 +0000 Subject: import runc-0.1.1-5.el7 --- diff --git a/SPECS/runc.spec b/SPECS/runc.spec index f0f51c8..504a423 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -33,7 +33,7 @@ Name: %{repo} Epoch: 1 %endif Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: https://%{provider_prefix} @@ -42,7 +42,7 @@ Requires: criu ExclusiveArch: x86_64 # 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 BuildRequires: go-md2man BuildRequires: libseccomp-devel @@ -270,6 +270,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Sat Jun 25 2016 Lokesh Mandvekar - 0.1.1-5 +- build with golang >= 1.6.2 + * Tue May 31 2016 Lokesh Mandvekar - 0.1.1-4 - release tags were inconsistent in the previous build