From f494021a73d28a3d109db32306cf51535452cb1f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:19:22 +0100 Subject: [PATCH] install %{_libdir}/go/go.env [release 1.21.5-2mamba;Wed Dec 27 2023] --- go.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/go.spec b/go.spec index 14f51a6..18d11b9 100644 --- a/go.spec +++ b/go.spec @@ -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 1.21.5-2mamba +- install %{_libdir}/go/go.env + * Wed Dec 06 2023 Automatic Build System 1.21.5-1mamba - automatic version update by autodist