[golang-github-tchap-go-patricia/el6] replace go_arches with archnames/macros

lsm5 lsm5 at fedoraproject.org
Wed Jul 30 21:42:19 UTC 2014


commit d48332692003244acd05a14e64a3e2fde473f1c6
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Wed Jul 30 16:42:09 2014 -0500

    replace go_arches with archnames/macros

 golang-github-tchap-go-patricia.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/golang-github-tchap-go-patricia.spec b/golang-github-tchap-go-patricia.spec
index 30c1a54..4e24943 100644
--- a/golang-github-tchap-go-patricia.spec
+++ b/golang-github-tchap-go-patricia.spec
@@ -8,7 +8,7 @@ Summary:        A generic patricia trie implemented in Go
 License:        MIT
 URL:            https://%{import_path}
 Source0:        https://%{import_path}/archive/v%{version}.tar.gz
-ExclusiveArch:  %{go_arches}
+ExclusiveArch:  %{ix86} x86_64 %{arm}
 
 %description
 A generic patricia trie (also called radix tree) implemented in Go (Golang).
@@ -63,6 +63,7 @@ GOPATH=%{gopath}:%{buildroot}/%{gopath} go test %{import_path}/patricia
 * Wed Jul 30 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.0.1-4
 - Resolves: rhbz#1117562 - package review request
 - Remove conditional for fedora/rhel (separately deal with el6)
+- replace go_arches with archnames
 
 * Thu Jul 24 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.0.1-3
 - disable debuginfo


More information about the scm-commits mailing list