From 242146a32fd678fa4637360e02e980f9ab485662 Mon Sep 17 00:00:00 2001
From: Jacco Ligthart <jacco@redsleeve.org>
Date: Sat, 28 Nov 2015 21:40:29 +0100
Subject: [PATCH] redsleeve

---
 SPECS/golang.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/SPECS/golang.spec b/SPECS/golang.spec
index 33222d3..d81290d 100644
--- a/SPECS/golang.spec
+++ b/SPECS/golang.spec
@@ -25,8 +25,7 @@
 # let this match the macros in macros.golang
 %global goroot          /usr/lib/%{name}
 %global gopath          %{_datadir}/gocode
-#%global go_arches       %{ix86} x86_64 %{arm}
-%global go_arches       x86_64
+%global go_arches       %{ix86} x86_64 %{arm}
 %ifarch x86_64
 %global gohostarch  amd64
 %endif
@@ -41,7 +40,7 @@
 
 Name:           golang
 Version:        1.4.2
-Release:        9%{?dist}
+Release:        9%{?dist}.redsleeve
 Summary:        The Go Programming Language
 
 License:        BSD
@@ -760,6 +759,9 @@ fi
 
 
 %changelog
+* Sat Nov 28 2015 Jacco Ligthart <jacco@redsleeve.org> - 1.4.2-9.redsleeve
+- added arm to go_arches
+
 * Tue Jun 30 2015 Tomas Hrcka <thrcka@redhat.com> - 1.4.2-9
 - Enable tests during build time
 - Disable building of *BSD sub packages
-- 
1.8.3.1

