On Fri, 2014-10-17 at 11:49 +0000, Jan Chaloupka wrote:
> commit 3d488e38df2e643458726af72dda77481fbe059d
> Author: Jan Chaloupka <[email protected]>
> Date:   Fri Oct 17 13:26:12 2014 +0200
> 
>     Add ExclusiveArch for go_arches
> 
>  etcd.spec |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> ---
> diff --git a/etcd.spec b/etcd.spec
> index 197715b..77be769 100644
> --- a/etcd.spec
> +++ b/etcd.spec
> @@ -4,7 +4,7 @@
>  
>  Name:                etcd
>  Version:     0.4.6
> -Release:     6%{?dist}
> +Release:     7%{?dist}
>  Summary:     A highly-available key value store for shared configuration
>  
>  License:     ASL 2.0
> @@ -46,6 +46,7 @@ BuildRequires:  golang(github.com/rcrowley/go-metrics)
>  Requires:       golang
>  Summary:        etcd golang devel libraries
>  Provides:       golang(%{import_path}) = %{version}-%{release}
> +ExclusiveArch:  %{ix86} x86_64 %{arm}

Shouldn't this really be:

ExclusiveArch:  %{go_arches}

>  
>  %description devel
>  golang development libraries for etcd, a highly-available key value store for
> @@ -128,6 +129,9 @@ getent passwd etcd >/dev/null || useradd -r -g etcd -d 
> %{_localstatedir}/lib/etc
>  %{gopath}/src/%{import_path}/*
>  
>  %changelog
> +* Fri Oct 17 2014 jchaloup <[email protected]> - 0.4.6-7
> +- Add ExclusiveArch for go_arches
> +
>  * Mon Oct 06 2014 jchaloup <[email protected]> - 0.4.6-6
>  - related: #1047194
>    Remove dependency on go.net


_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to