diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2017-10-25 09:31:04 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2017-10-25 04:39:29 +0000 |
commit | c108cc222d118824f6bc1ee14411aab30512bb80 (patch) | |
tree | e8af306ebd11dc3f5f1ed0081096929e0c255364 | |
parent | 1c50c86fd4170881e054f806e4dd26a0221d8562 (diff) | |
download | docker-engine-c108cc222d118824f6bc1ee14411aab30512bb80.tar.gz docker-engine-c108cc222d118824f6bc1ee14411aab30512bb80.tar.bz2 docker-engine-c108cc222d118824f6bc1ee14411aab30512bb80.zip |
packaging: Set ExclusiveArch to armv7l.submit/tizen/20171025.070558accepted/tizen/unified/20171026.074647
This patch is for blocking 'armv7hl' to build.
Change-Id: I72812429ece2a6e9ce4efac0be336a24210abe85
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rwxr-xr-x | packaging/docker-engine.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |