From 5f099a58529982244ba01c0be9603f147d6299e0 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 7 May 2014 23:29:08 -0400 Subject: [PATCH] add excluding the files too --- golang.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/golang.spec b/golang.spec index 34fbcf5..140ff72 100644 --- a/golang.spec +++ b/golang.spec @@ -636,9 +636,13 @@ fi %{goroot}/src/ # files that are generated based on compile-time ARCH will go in that arch's pkg-bin-* %exclude %{goroot}/src/cmd/5l/enam.c +%exclude %{goroot}/src/cmd/6l/enam.c +%exclude %{goroot}/src/cmd/8l/enam.c %exclude %{goroot}/src/pkg/runtime/zasm_linux_386.h %exclude %{goroot}/src/pkg/runtime/zasm_linux_amd64.h %exclude %{goroot}/src/pkg/runtime/zasm_linux_arm.h +%exclude %{goroot}/src/pkg/runtime/zgoarch_386.go +%exclude %{goroot}/src/pkg/runtime/zgoarch_amd64.go %exclude %{goroot}/src/pkg/runtime/zgoarch_arm.go %exclude %{goroot}/src/pkg/runtime/zmalloc_linux_386.c %exclude %{goroot}/src/pkg/runtime/zmalloc_linux_amd64.c