From c6c5ac57e3d3eeca2660b193b26222b2cf4f8ae6 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Aug 06 2014 22:18:48 +0000 Subject: making the golang-src package arch'ed. Fixes bz1099206 Conflicts: golang.spec --- diff --git a/golang.spec b/golang.spec index f7c32ae..11be215 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