Fix missing go.env file
This commit is contained in:
parent
6d5fcd542a
commit
0f1da4a7e6
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: 1.21.4
|
Version: 1.21.4
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
URL: https://golang.org/
|
URL: https://golang.org/
|
||||||
@ -223,7 +223,7 @@ rm -rf pkg/obj/go-build/*
|
|||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
mkdir -p %{buildroot}%{goroot}
|
mkdir -p %{buildroot}%{goroot}
|
||||||
|
|
||||||
cp -apv api bin doc lib pkg src misc test VERSION \
|
cp -apv api bin doc lib pkg src misc test go.env VERSION \
|
||||||
%{buildroot}%{goroot}
|
%{buildroot}%{goroot}
|
||||||
|
|
||||||
# bz1099206
|
# bz1099206
|
||||||
@ -364,6 +364,9 @@ fi
|
|||||||
%files devel -f go-tests.list -f go-misc.list -f go-src.list
|
%files devel -f go-tests.list -f go-misc.list -f go-src.list
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 11 2024 chenguoqi <chenguoqi@loongson.cn> - 1.21.4-9
|
||||||
|
- Fix missing go.env file
|
||||||
|
|
||||||
* Thu Apr 18 2024 Huang Yang <huangyang@loongson.cn> - 1.21.4-8
|
* Thu Apr 18 2024 Huang Yang <huangyang@loongson.cn> - 1.21.4-8
|
||||||
- enable external_linker and cgo on loongarch64
|
- enable external_linker and cgo on loongarch64
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user