making the golang-src package arch'ed.

Fixes bz1099206
This commit is contained in:
Vincent Batts 2014-08-06 21:23:25 +00:00
parent 59ec5bd186
commit 42cdf8daca
1 changed files with 4 additions and 3 deletions

View File

@ -39,7 +39,7 @@
Name: golang
Version: 1.3
Release: 5%{?dist}
Release: 6%{?dist}
Summary: The Go Programming Language
License: BSD
@ -134,8 +134,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}
@ -853,6 +851,9 @@ fi
%changelog
* Wed Aug 06 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-6
- make the source subpackage arch'ed, instead of noarch
* Mon Jul 21 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-5
- fix the writing of pax headers