Merge branch 'f20' into el6

This commit is contained in:
Vincent Batts 2014-08-11 15:46:46 +00:00
commit d216431587
1 changed files with 5 additions and 1 deletions

View File

@ -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 <vbatts@fedoraproject.org> - 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 <vbatts@fedoraproject.org> - 1.2.2-14
- update timestamps of source files during %%install bz1099206