From 4af6b62b5ffdaa9473a8e0961a14b7edf2d5c6eeca666278738dc012a3310453 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 19 Apr 2016 10:00:18 +0000 Subject: [PATCH] * Don't use gcc-go for aarch64, since gc has grown support for it and is more stable. OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=8 --- runc.changes | 6 ++++++ runc.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/runc.changes b/runc.changes index 8e16db6..715f2fe 100644 --- a/runc.changes +++ b/runc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 19 09:59:05 UTC 2016 - asarai@suse.de + +* Don't use gcc-go for aarch64, since gc has grown support for it and is more + stable. + ------------------------------------------------------------------- Fri Apr 15 10:46:04 UTC 2016 - asarai@suse.de diff --git a/runc.spec b/runc.spec index 62b2b55..2df940e 100644 --- a/runc.spec +++ b/runc.spec @@ -15,7 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define go_arches %ix86 x86_64 +%define go_arches %ix86 x86_64 aarch64 %ifarch %go_arches %define go_tool go %define GO_BUILD_FLAGS %{nil}