Fixed mic build error 18/147518/1
authorwansu.yoo <wansu.yoo@samsung.com>
Mon, 4 Sep 2017 23:07:20 +0000 (08:07 +0900)
committerwansu.yoo <wansu.yoo@samsung.com>
Mon, 4 Sep 2017 23:09:24 +0000 (08:09 +0900)
"docker-engine" package is consist of 3 binaries (dockerd, containerd, runc).
So, "Requires" option shouldn't exist at docker-engine spec file.
It caused installation error.

Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: I76ecd7c2ed890defcacfe35586ae7a12656434cf

packaging/docker-engine.spec

index 5a1a4fc..a48849e 100755 (executable)
@@ -23,8 +23,6 @@ Source15: runc.tar.bz2
 BuildRequires: git
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
-Requires: docker-containerd
-Requires: docker-runc 
 
 
 %description