commit 3714444cdb6b4e3f2150db2bf08c8ec0f2765ec7
Author: Jan Chaloupka <[email protected]>
Date:   Tue Oct 14 13:35:12 2014 +0200

    BuildArch to ExclusiveArch
    - related: #1148700

 golang-github-bmizerany-assert.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-bmizerany-assert.spec 
b/golang-github-bmizerany-assert.spec
index 0d4b390..6b81a95 100644
--- a/golang-github-bmizerany-assert.spec
+++ b/golang-github-bmizerany-assert.spec
@@ -10,12 +10,12 @@
 
 Name:          golang-%{provider}-%{project}-%{repo}
 Version:       0
-Release:       0.1.git%{shortcommit}%{?dist}
+Release:       0.2.git%{shortcommit}%{?dist}
 Summary:       Assertions for Go tests
 License:       MIT
 URL:           http://%{import_path}
 Source0:       
https://github.com/%{project}/%{repo}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
-BuildArch:     noarch
+ExclusiveArch:  %{ix86} x86_64 %{arm}
 
 %description
 %{summary}.
@@ -56,6 +56,9 @@ GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}
 %{gopath}/src/%{import_path}/*.go
 
 %changelog
+* Tue Oct 14 2014 jchaloup <[email protected]> - 0-0.2.gite17e998
+- BuildArch to ExclusiveArch
+
 * Thu Sep 25 2014 Jan Chaloupka <[email protected]> - 0-0.1.gite17e998
 - First package for Fedora
 
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to