making the golang-src package arch'ed.

Fixes bz1099206

Conflicts:
	golang.spec
This commit is contained in:
Vincent Batts 2014-08-06 21:23:25 +00:00
parent e3554eaea8
commit 9abed9ed84
1 changed files with 4 additions and 3 deletions

View File

@ -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 <vbatts@fedoraproject.org> - 1.2.2-10
- make the source subpackage arch'ed, instead of noarch
* Tue Jul 15 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.2.2-9
- fix the loading of gdb safe-path. bz981356