File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
Summary: Go
17
17
Name: golang
18
18
Version: 1.21.6
19
- Release: 1 %{?dist }
19
+ Release: 2 %{?dist }
20
20
License: BSD-3-Clause
21
21
Vendor: Microsoft Corporation
22
22
Distribution: Azure Linux
91
91
mkdir -p %{buildroot }%{_bindir }
92
92
mkdir -p %{buildroot }%{goroot }
93
93
94
- cp -R api bin doc lib pkg src misc VERSION %{buildroot }%{goroot }
94
+ cp -R api bin doc lib pkg src misc VERSION go.env %{buildroot }%{goroot }
95
95
96
96
# remove the unnecessary zoneinfo file (Go will always use the system one first)
97
97
rm -rfv %{buildroot }%{goroot }/lib/time
144
144
%{_bindir }/*
145
145
146
146
%changelog
147
+ *
Thu Feb 22 2024 Muhammad Falak <[email protected] > -
1.21.6-2
148
+ - Include go.env file in GOROOT
149
+
147
150
*
Wed Jan 24 2024 Davis Goodin <[email protected] > -
1.21.6-1
148
151
- Bump version to 1.21.6-1
149
152
- Switch from upstream Go to the Microsoft build of Go
You can’t perform that action at this time.
0 commit comments