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 <lsm5@redhat.com> - 0.1.1-5
+- build with golang >= 1.6.2
+
 * Tue May 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 0.1.1-4
 - release tags were inconsistent in the previous build