From 993b94291e72fb44b0067abd4473d88d5bf0929b Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 18 Sep 2013 16:34:52 -0500 Subject: [PATCH] add Requires glibc, because we require libc --- golang.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/golang.spec b/golang.spec index 539197c..ba360f6 100644 --- a/golang.spec +++ b/golang.spec @@ -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