From b7d6e6faa6a51399edd2318c446cb73e61ab54fed3adad7d822599a84da3fa08 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Mon, 19 Sep 2016 12:08:36 +0000 Subject: [PATCH] Accepting request 428672 from home:jordimassaguerpla:branch:V:c:fix_go_arches_def - fix go_arches definition: use global instead of define, otherwise it fails to build OBS-URL: https://build.opensuse.org/request/show/428672 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=23 --- runc.changes | 6 ++++++ runc.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/runc.changes b/runc.changes index eff4630..747a495 100644 --- a/runc.changes +++ b/runc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 19 11:57:45 UTC 2016 - jmassaguerpla@suse.com + +- fix go_arches definition: use global instead of define, otherwise + it fails to build + ------------------------------------------------------------------- Fri Aug 26 08:59:54 UTC 2016 - asarai@suse.com diff --git a/runc.spec b/runc.spec index c618e81..d58d8ca 100644 --- a/runc.spec +++ b/runc.spec @@ -28,7 +28,7 @@ # to see what packages are being built. You also want to define it here # for keeping things consistent. -%{!?go_arches: %define go_arches %ix86 x86_64 aarch64 ppc64le} +%{!?go_arches: %global go_arches %ix86 x86_64 aarch64 ppc64le} %ifarch %go_arches %define go_tool go