From 9abed9ed8411d1c50e7277300027e0e2585f3018 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 6 Aug 2014 21:23:25 +0000 Subject: [PATCH] making the golang-src package arch'ed. Fixes bz1099206 Conflicts: golang.spec --- golang.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/golang.spec b/golang.spec index 40520ae..c2159c4 100644 --- a/golang.spec +++ b/golang.spec @@ -39,7 +39,7 @@ Name: golang Version: 1.2.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: The Go Programming Language License: BSD @@ -161,8 +161,6 @@ BuildArch: noarch %package src Summary: Golang compiler source tree Requires: go = %{version}-%{release} -# the binary bits in this tree are for testdata -BuildArch: noarch %description src %{summary} @@ -884,6 +882,9 @@ fi %changelog +* Wed Aug 06 2014 Vincent Batts - 1.2.2-10 +- make the source subpackage arch'ed, instead of noarch + * Tue Jul 15 2014 Vincent Batts - 1.2.2-9 - fix the loading of gdb safe-path. bz981356