making the golang-src package arch'ed.
Fixes bz1099206
This commit is contained in:
parent
59ec5bd186
commit
42cdf8daca
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -134,8 +134,6 @@ BuildArch: noarch
|
|||||||
%package src
|
%package src
|
||||||
Summary: Golang compiler source tree
|
Summary: Golang compiler source tree
|
||||||
Requires: go = %{version}-%{release}
|
Requires: go = %{version}-%{release}
|
||||||
# the binary bits in this tree are for testdata
|
|
||||||
BuildArch: noarch
|
|
||||||
%description src
|
%description src
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
@ -853,6 +851,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 21 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3-5
|
||||||
- fix the writing of pax headers
|
- fix the writing of pax headers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user