From d7dda426f97a822a9dc73212a1da0ca16138f373 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Oct 14 2014 11:40:35 +0000 Subject: BuildArch to ExclusiveArch - related: #1148481 --- diff --git a/golang-googlecode-go-exp.spec b/golang-googlecode-go-exp.spec index 5b69de6..ffb2d44 100644 --- a/golang-googlecode-go-exp.spec +++ b/golang-googlecode-go-exp.spec @@ -11,12 +11,12 @@ Name: golang-googlecode-go-exp Version: 0 -Release: 0.1.hg%{shortcommit}%{?dist} +Release: 0.2.hg%{shortcommit}%{?dist} Summary: Experimental tools and packages for Go License: BSD URL: http://%{import_path} Source0: https://exp.go.googlecode.com/archive/%{commit}.tar.gz -BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} %description %{summary}. @@ -78,6 +78,9 @@ GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}/{ebnf,ebnflint,fs %{gopath}/src/%{import_path}/*/*/*.go %changelog +* Tue Oct 14 2014 jchaloup - 0-0.2.hgbd8df7009305 +- BuildArch to ExclusiveArch + * Mon Sep 15 2014 Eric Paris