diff --git a/golang.spec b/golang.spec index 57b061ed3f187d9c16d84cec9654ccd51247da60..82a4471c384f8644ff4e48a98d2f05cd45603f1c 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