From c1bee09f56aeaf5b41769a5106ed0267dbf812ad Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 30 Jul 2015 10:47:32 -0400 Subject: [PATCH] increase ELFRESERVE (bz1248071) --- golang.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index d289d44..8947113 100644 --- a/golang.spec +++ b/golang.spec @@ -41,7 +41,7 @@ Name: golang Version: 1.5 -Release: 0.5.beta2%{?dist} +Release: 0.6.beta2%{?dist} Summary: The Go Programming Language License: BSD @@ -78,6 +78,10 @@ Patch213: go1.5beta1-disable-TestGdbPython.patch # this is not possible in the limitied build chroot Patch214: go1.5beta2-disable-TestCloneNEWUSERAndRemapNoRootDisableSetgroups.patch +# debuginfo doesn't fit in the 3072 reserved space for ELF headers +# https://bugzilla.redhat.com/show_bug.cgi?id=1248071 +Patch215: golang/go1.5beta2-increase-elfreserve-for-debug.patch + # Having documentation separate was broken Obsoletes: %{name}-docs < 1.1-4 @@ -213,6 +217,9 @@ end # disable TestCloneNEWUSERAndRemapNoRootDisableSetgroups %patch214 -p1 +# ELFRESERVE +%patch215 -p1 + %build # go1.5 bootstrapping. The compiler is written in golang. export GOROOT_BOOTSTRAP=%{goroot} @@ -410,6 +417,9 @@ fi %changelog +* Thu Jul 30 2015 Vincent Batts - 1.5-0.6.beta2 +- increase ELFRESERVE (bz1248071) + * Tue Jul 28 2015 Lokesh Mandvekar - 1.5-0.5.beta2 - correct package version and release tags as per naming guidelines