From ea1d7adb978a2589462e8502bc560fde10a8269a Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 11 Aug 2014 15:28:01 +0000 Subject: [PATCH] make golang-src noarch again Conflicts: golang.spec --- golang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index fc39981..87a2d61 100644 --- a/golang.spec +++ b/golang.spec @@ -39,7 +39,7 @@ Name: golang Version: 1.2.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: The Go Programming Language License: BSD @@ -165,6 +165,7 @@ BuildArch: noarch %package src Summary: Golang compiler source tree Requires: go = %{version}-%{release} +BuildArch: noarch %description src %{summary} @@ -889,6 +890,9 @@ fi %changelog +* Mon Aug 11 2014 Vincent Batts - 1.2.2-15 +- make golang-src 'noarch' again, since that was not a fix, and takes up more space + * Mon Aug 11 2014 Vincent Batts - 1.2.2-14 - update timestamps of source files during %%install bz1099206