From 45d77ec6d0c60a0541063efe8f58a8a5119b2a24 Mon Sep 17 00:00:00 2001 From: fuowang Date: Wed, 5 Oct 2022 07:53:44 +0000 Subject: [PATCH] =?UTF-8?q?fix=20bad=20%goroot}/lib/=20macro=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=8D=E5=AE=8C=E6=95=B4=E7=9A=84=E5=AE=8F=20%goroo?= =?UTF-8?q?t}/lib/=EF=BC=8C=E5=BA=94=E4=B8=BA=20%{goroot}/lib/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fuowang --- golang.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index 57b061e..82a4471 100644 --- a/golang.spec +++ b/golang.spec @@ -58,7 +58,7 @@ Name: golang Version: 1.15.7 -Release: 19 +Release: 20 Summary: The Go Programming Language License: BSD and Public Domain URL: https://golang.org/ @@ -443,7 +443,7 @@ fi %exclude %{goroot}/doc/ %exclude %{goroot}/misc/ %exclude %{goroot}/test/ -%exclude %goroot}/lib/ +%exclude %{goroot}/lib/ %{goroot}/* %dir %{gopath} %dir %{gopath}/src @@ -459,6 +459,11 @@ fi %files devel -f go-tests.list -f go-misc.list -f go-src.list %changelog +* Wed Oct 05 2022 wangshuo - 1.15.7-20 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix bad %goroot}/lib/ macro * Thu Spe 15 2022 hanchao - 1.15.7-19 - Type:CVE -- Gitee