[golang] missed two files

Vincent Batts vbatts at fedoraproject.org
Wed May 7 19:47:56 UTC 2014


commit 9207febd2c519c48ea85c63087afd30ef10963fa
Author: Vincent Batts <vbatts at redhat.com>
Date:   Wed May 7 15:47:49 2014 -0400

    missed two files

 golang.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/golang.spec b/golang.spec
index 0dcd339..4f82676 100644
--- a/golang.spec
+++ b/golang.spec
@@ -699,7 +699,9 @@ fi
 %{goroot}/pkg/tool/linux_386/pprof
 
 # arch dependent generated files, used by cgo
+%{goroot}/src/cmd/8l/enam.c
 %{goroot}/src/pkg/runtime/zasm_linux_386.h
+%{goroot}/src/pkg/runtime/zgoarch_386.go
 %{goroot}/src/pkg/runtime/zmalloc_linux_386.c
 %{goroot}/src/pkg/runtime/zmprof_linux_386.c
 %{goroot}/src/pkg/runtime/znetpoll_linux_386.c
@@ -734,7 +736,9 @@ fi
 %{goroot}/pkg/tool/linux_amd64/pprof
 
 # arch dependent generated files, used by cgo
+%{goroot}/src/cmd/6l/enam.c
 %{goroot}/src/pkg/runtime/zasm_linux_amd64.h
+%{goroot}/src/pkg/runtime/zgoarch_amd64.go
 %{goroot}/src/pkg/runtime/zmalloc_linux_amd64.c
 %{goroot}/src/pkg/runtime/zmprof_linux_amd64.c
 %{goroot}/src/pkg/runtime/znetpoll_linux_amd64.c


More information about the scm-commits mailing list