From 46137b6f4c99f705b18597c83163f0ebd7e2b43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 26 Nov 2018 10:32:52 +0100 Subject: [PATCH] Add aarch64 and ppc64le in to the macros file --- golang.spec | 5 ++++- macros.golang | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index afaf3bc..4d9dfa0 100644 --- a/golang.spec +++ b/golang.spec @@ -103,7 +103,7 @@ Name: golang Version: 1.11.2 -Release: 1%{?dist} +Release: 2%{?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 @@ -571,6 +571,9 @@ fi %endif %changelog +* Mon Nov 26 2018 Jakub Čajka - 1.11.2-2 +- fix up macros file for aarch64 + * Fri Nov 23 2018 Jakub Čajka - 1.11.2-1 - Rebase to go1.11.2 diff --git a/macros.golang b/macros.golang index bc6b803..de6c610 100644 --- a/macros.golang +++ b/macros.golang @@ -4,5 +4,5 @@ # for use like: # ExclusiveArch: %{go_arches} -%go_arches %{ix86} x86_64 %{arm} +%go_arches %{ix86} x86_64 %{arm} aarch64 ppc64le