From 87f4726724ee6868220870c94a77c656d808d64c9c5dad216454daec5a186eea Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 25 Aug 2016 13:46:46 +0000 Subject: [PATCH] Accepting request 421922 from home:jordimassaguerpla:branch:V:c:fix_go_arches_definition fix the go_arches definition OBS-URL: https://build.opensuse.org/request/show/421922 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=19 --- runc.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/runc.spec b/runc.spec index c7fe67a..6f9d653 100644 --- a/runc.spec +++ b/runc.spec @@ -18,14 +18,11 @@ # Check if go_arches is defined in the project configuration # Otherwise, define it here -# In order to define it in the project configuration, you need to add +# In order to define it in the project configuration, see # -# %define go_arches %ix86 x86_64 aarch64 -# Macros: -# %go_arches %ix86 x86_64 aarch64 -# :Macros +# https://en.opensuse.org/openSUSE:Build%20Service%20prjconf#Macros # -# The Macros is the one that defines the go_arches variable to be used +# The Macros tag is the one that defines the go_arches variable to be used # in the spec file. # The "define" one is to help the specfile parser of the buildservice # to see what packages are being built. You also want to define it here