add Requires glibc, because we require libc

This commit is contained in:
Adam Miller 2013-09-18 16:34:52 -05:00
parent 75bcad53e9
commit 993b94291e
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ Source0: https://go.googlecode.com/files/go%{version}.src.tar.gz
BuildRequires: /bin/hostname
BuildRequires: emacs xemacs xemacs-packages-extra
# We strip the meta dependency, but go does require glibc.
# This is an odd issue, still looking for a better fix.
Requires: glibc
Patch0: golang-1.1-verbose-build.patch
# Having godoc and the documentation separate was broken