[golang] add excluding the files too

Vincent Batts vbatts at fedoraproject.org
Thu May 8 03:29:22 UTC 2014


commit 5f099a58529982244ba01c0be9603f147d6299e0
Author: Vincent Batts <vbatts at redhat.com>
Date:   Wed May 7 23:29:08 2014 -0400

    add excluding the files too

 golang.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list