From f089cc7586a6e962e95d01ed6bf78b9416a21809 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 7 Mar 2020 10:42:22 -0800 Subject: [PATCH] Revert "Use go_arches for ExclusiveArch for the bootstrap" This reverts commit 0bb2d164095156cc5b22058f0800718a8e94c71e. riscv64 is now moved to golang_arches. It will be bootstrapped using cross-compiled golang in a custom buildroot. --- golang.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index a03e802..431718f 100644 --- a/golang.spec +++ b/golang.spec @@ -112,7 +112,7 @@ Name: golang Version: 1.14 -Release: 0.rc1.0.0.riscv64%{?dist} +Release: 0.rc1.0%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain License: BSD and Public Domain @@ -235,7 +235,7 @@ Obsoletes: %{name}-vim < 1.4 Obsoletes: emacs-%{name} < 1.4 # These are the only RHEL/Fedora architectures that we compile this package for -ExclusiveArch: %{go_arches} +ExclusiveArch: %{golang_arches} Source100: golang-gdbinit