SHA256
1
0
forked from pool/docker

Accepting request 428673 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/428673
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=143
This commit is contained in:
Aleksa Sarai 2016-09-19 12:08:32 +00:00 committed by Git OBS Bridge
parent 3919623e60
commit 1013eed0ae
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 19 11:56:15 UTC 2016 - jmassaguerpla@suse.com
- fix go_arches definition: use global instead of define, otherwise
it fails to build
-------------------------------------------------------------------
Wed Sep 14 09:41:57 UTC 2016 - asarai@suse.com

View File

@ -29,7 +29,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}
%global docker_store %{_localstatedir}/lib/docker
%global docker_migration_testfile %{docker_store}/.suse-image-migration-v1to2-complete