Add aarch64 and ppc64le in to the macros file

This commit is contained in:
Jakub Čajka 2018-11-26 10:32:52 +01:00
parent ebf90baf57
commit 46137b6f4c
2 changed files with 5 additions and 2 deletions

View File

@ -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 <jcajka@redhat.com> - 1.11.2-2
- fix up macros file for aarch64
* Fri Nov 23 2018 Jakub Čajka <jcajka@redhat.com> - 1.11.2-1
- Rebase to go1.11.2

View File

@ -4,5 +4,5 @@
# for use like:
# ExclusiveArch: %{go_arches}
%go_arches %{ix86} x86_64 %{arm}
%go_arches %{ix86} x86_64 %{arm} aarch64 ppc64le