install %{_libdir}/go/go.env [release 1.21.5-2mamba;Wed Dec 27 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 23:19:22 +01:00
parent aca3a7ec0e
commit f494021a73

View File

@ -1,6 +1,6 @@
Name: go
Version: 1.21.5
Release: 1mamba
Release: 2mamba
Summary: The Go programming language
Group: Applications/Development
Vendor: openmamba
@ -94,6 +94,9 @@ rm -rf %{buildroot}%{_libdir}/go/pkg/bootstrap
rm -rf %{buildroot}%{_libdir}/go/pkg/tool/*/api
rm -rf %{buildroot}%{_libdir}/go/src/*.rc
# https://github.com/golang/go/issues/57179
install -Dm644 go.env %{buildroot}%{_libdir}/go/go.env
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -122,6 +125,9 @@ fi
#%doc README.md
%changelog
* Wed Dec 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21.5-2mamba
- install %{_libdir}/go/go.env
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 1.21.5-1mamba
- automatic version update by autodist