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
This commit is contained in:
parent
c9c9a9be7e
commit
b7d6e6faa6
@ -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
|
Fri Aug 26 08:59:54 UTC 2016 - asarai@suse.com
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
# to see what packages are being built. You also want to define it here
|
# to see what packages are being built. You also want to define it here
|
||||||
# for keeping things consistent.
|
# 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
|
%ifarch %go_arches
|
||||||
%define go_tool go
|
%define go_tool go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user