From ddd3fe3de191f2669d1f3525869056448bdc18af Mon Sep 17 00:00:00 2001 From: herengui Date: Mon, 25 Apr 2022 19:23:26 +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 11cc5e2..ccb51c3 100644 --- a/golang.spec +++ b/golang.spec @@ -66,7 +66,7 @@ Name: golang Version: 1.17.3 -Release: 1 +Release: 2 Summary: The Go Programming Language License: BSD and Public Domain URL: https://golang.org/ @@ -163,7 +163,6 @@ ExclusiveArch: %{golang_arches} %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} @@ -388,6 +387,9 @@ fi %files devel -f go-tests.list -f go-misc.list -f go-src.list %changelog +* Mon Apr 25 2022 herengui - 1.17.3-2 +- golang-help contains architecture related files, which cannot be marked as noarch + * Mon Nov 29 2021 chenjiankun - 1.17.3-1 - upgrade to 1.17.3 -- Gitee