make golang-src noarch again

This commit is contained in:
Vincent Batts 2014-08-11 15:28:01 +00:00
parent dd6f77ac9a
commit ab9b26510d
1 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,7 @@
Name: golang Name: golang
Version: 1.3 Version: 1.3
Release: 8%{?dist} Release: 9%{?dist}
Summary: The Go Programming Language Summary: The Go Programming Language
License: BSD License: BSD
@ -134,6 +134,7 @@ BuildArch: noarch
%package src %package src
Summary: Golang compiler source tree Summary: Golang compiler source tree
Requires: go = %{version}-%{release} Requires: go = %{version}-%{release}
BuildArch: noarch
%description src %description src
%{summary} %{summary}
@ -854,6 +855,9 @@ fi
%changelog %changelog
* Mon Aug 11 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-9
- make golang-src 'noarch' again, since that was not a fix, and takes up more space
* Mon Aug 11 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-8 * Mon Aug 11 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-8
- update timestamps of source files during %%install bz1099206 - update timestamps of source files during %%install bz1099206