From 92566f9328434ae094a995e47b419249c5ed0f33 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Jan 06 2015 08:37:21 +0000 Subject: Change noarch to x86_64 as docker-io is only x86_64 so far --- diff --git a/golang-github-fsouza-go-dockerclient.spec b/golang-github-fsouza-go-dockerclient.spec index 4417b4a..49bd68b 100644 --- a/golang-github-fsouza-go-dockerclient.spec +++ b/golang-github-fsouza-go-dockerclient.spec @@ -14,11 +14,7 @@ Summary: Client for the Docker remote API License: BSD URL: https://%{import_path} Source0: https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz -%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 -BuildArch: noarch -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif +ExclusiveArch: x86_64 %description %{summary}