[golang-github-mitchellh-mapstructure/el6] Replace go_arches in ExclusiveArch

Jan Chaloupka jchaloup at fedoraproject.org
Fri Oct 17 14:22:23 UTC 2014


commit 31d6e424e0f3e46b2331e8d6b41230f6cc52fef1
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Oct 17 15:54:51 2014 +0200

    Replace go_arches in ExclusiveArch

 golang-github-mitchellh-mapstructure.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-mitchellh-mapstructure.spec b/golang-github-mitchellh-mapstructure.spec
index 7041186..aab7da9 100644
--- a/golang-github-mitchellh-mapstructure.spec
+++ b/golang-github-mitchellh-mapstructure.spec
@@ -9,7 +9,7 @@
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        0
-Release:        0.2.git%{shortcommit}%{?dist}
+Release:        0.3.git%{shortcommit}%{?dist}
 Summary:        Go library for decoding generic map values into native Go structures
 License:        MIT
 URL:            https://%{import_path}
@@ -17,7 +17,7 @@ Source0:        https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.
 %if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
 BuildArch:      noarch
 %else
-ExclusiveArch:  %{ix86} x86_64 %{arm}
+ExclusiveArch:  %{go_arches}
 %endif
 
 %description
@@ -69,6 +69,9 @@ cp -pav *.go %{buildroot}/%{gopath}/src/%{import_path}/
 %{gopath}/src/%{import_path}/*.go
 
 %changelog
+* Fri Oct 17 2014 jchaloup <jchaloup at redhat.com> - 0-0.3.git740c764
+- Replace go_arches in ExclusiveArch
+
 * Fri Oct 17 2014 jchaloup <jchaloup at redhat.com> - 0-0.2.git740c764
 - Choose the correct architecture
 


More information about the scm-commits mailing list