commit d98da46285babacc224172309d22101d51dd415f
Author: Jan Chaloupka <jchal...@redhat.com>
Date:   Fri Oct 17 13:26:12 2014 +0200

    Add ExclusiveArch for go_arches

 etcd.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
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}
 
 %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 <jchal...@redhat.com> - 0.4.6-7
+- Add ExclusiveArch for go_arches
+
 * Mon Oct 06 2014 jchaloup <jchal...@redhat.com> - 0.4.6-6
 - related: #1047194
   Remove dependency on go.net
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to