commit 0d7022e5393339f80fb9825384bf6179879cdad0
Author: Jan Chaloupka <[email protected]>
Date:   Tue Oct 14 14:02:11 2014 +0200

    BuildArch to ExclusiveArch
    - related: #1141864

 golang-github-stretchr-objx.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-stretchr-objx.spec b/golang-github-stretchr-objx.spec
index 40350fb..04e7df9 100644
--- a/golang-github-stretchr-objx.spec
+++ b/golang-github-stretchr-objx.spec
@@ -5,12 +5,12 @@
 
 Name:           golang-github-stretchr-objx
 Version:        0
-Release:        0.2.git%{shortcommit}%{?dist}
+Release:        0.3.git%{shortcommit}%{?dist}
 Summary:        Go package for dealing with maps, slices, JSON and other data
 License:        MIT
 URL:            http://godoc.org/%{import_path}
 Source0:        
https://%{import_path}/archive/%{commit}/objx-%{shortcommit}.tar.gz
-BuildArch:      noarch
+ExclusiveArch:  %{ix86} x86_64 %{arm}
 
 %description
 Objx provides the `objx.Map` type, which is a `map[string]interface{}` that
@@ -54,6 +54,9 @@ cp -pav codegen %{buildroot}/%{gopath}/src/%{import_path}/
 %{gopath}/src/%{import_path}/codegen/*
 
 %changelog
+* Tue Oct 14 2014 jchaloup <[email protected]> - 0-0.3.gitcbeaeb1
+- BuildArch to ExclusiveArch
+
 * Mon Sep 15 2014 Lokesh Mandvekar <[email protected]> - 0-0.2.gitcbeaeb1
 - do not redefine gopath
 
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to