diff --git a/docker_auth.changes b/docker_auth.changes index 5c96cca..9a0de6e 100644 --- a/docker_auth.changes +++ b/docker_auth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 22 22:30:56 UTC 2019 - Jeff Kowalczyk + +- Add %ifarch %arm aarch64 BuildRequires: binutils-gold to fix + /usr/lib64/go/{version}/pkg/tool/linux_arm64/link: running gcc failed: exit status 1 + collect2: fatal error: cannot find 'ld'- + ------------------------------------------------------------------- Mon Oct 21 11:50:59 CEST 2019 - kukuk@suse.de diff --git a/docker_auth.spec b/docker_auth.spec index c8482e3..7feb2aa 100644 --- a/docker_auth.spec +++ b/docker_auth.spec @@ -23,8 +23,11 @@ Summary: Authenticaton for container registry with tokens License: Apache-2.0 URL: https://github.com/cesanta/docker_auth Source: docker_auth-%{version}.tar.xz -BuildRequires: golang(API) = 1.12 BuildRequires: go1.12 >= 1.12.9 +BuildRequires: golang(API) = 1.12 +%ifarch %arm aarch64 +BuildRequires: binutils-gold +%endif %description This package contains a tool to authenticate the access to