From: Dongkyun Son Date: Wed, 25 Oct 2017 00:31:04 +0000 (+0900) Subject: packaging: Set ExclusiveArch to armv7l. X-Git-Tag: accepted/tizen/unified/20171026.074647^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fdocker-engine.git;a=commitdiff_plain;h=c108cc222d118824f6bc1ee14411aab30512bb80 packaging: Set ExclusiveArch to armv7l. This patch is for blocking 'armv7hl' to build. Change-Id: I72812429ece2a6e9ce4efac0be336a24210abe85 Signed-off-by: Dongkyun Son --- 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