From c108cc222d118824f6bc1ee14411aab30512bb80 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Wed, 25 Oct 2017 09:31:04 +0900 Subject: [PATCH] packaging: Set ExclusiveArch to armv7l. This patch is for blocking 'armv7hl' to build. Change-Id: I72812429ece2a6e9ce4efac0be336a24210abe85 Signed-off-by: Dongkyun Son --- packaging/docker-engine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/docker-engine.spec b/packaging/docker-engine.spec index 7ba59c8..68fa79a 100755 --- a/packaging/docker-engine.spec +++ b/packaging/docker-engine.spec @@ -11,7 +11,7 @@ Summary: The open-source application container engine Group: Tools/Docker License: ASL 2.0 -ExclusiveArch: %{arm} +ExclusiveArch: armv7l Source0: %{name}.tar.gz Source1: %{name}.manifest Source11: go1.8.3.linux-amd64.tar.gz -- 2.7.4