From 51f287a9f3ac9a7e34fc89109cab9b318c640f3c Mon Sep 17 00:00:00 2001 From: herengui Date: Mon, 25 Apr 2022 19:31:25 +0800 Subject: [PATCH] golang-help contains architecture related files, which cannot be marked as noarch Signed-off-by: herengui --- golang.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index 6d6cbe5..68dd718 100644 --- a/golang.spec +++ b/golang.spec @@ -62,7 +62,7 @@ Name: golang Version: 1.15.7 -Release: 11 +Release: 12 Summary: The Go Programming Language License: BSD and Public Domain URL: https://golang.org/ @@ -217,7 +217,6 @@ Patch9002: 0002-fix-patch-cmd-go-internal-modfetch-do-not-sho.patch %package help Summary: Golang compiler helps and manual docs Requires: %{name} = %{version}-%{release} -BuildArch: noarch Provides: %{name}-docs = %{version}-%{release} Obsoletes: %{name}-docs Provides: %{name}-shared = %{version}-%{release} @@ -440,6 +439,9 @@ fi %files devel -f go-tests.list -f go-misc.list -f go-src.list %changelog +* Mon Apr 25 2022 herengui - 1.15.7-12 +- golang-help contains architecture related files, which cannot be marked as noarch + * Thu Mar 24 2022 hanchao - 1.15.7-11 - fix CVE-2022-23773 -- Gitee