From: zhouhao Date: Tue, 16 Apr 2024 03:01:50 +0000 (+0800) Subject: Fix the issue that mic lost dependency file in docker X-Git-Tag: accepted/tools/devbase/tools/legacy/20250527.042525~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fcaa7a89f3d392e15ef16b1148e174a80aa1d07;p=tools%2Fmic.git Fix the issue that mic lost dependency file in docker Change-Id: I31f6e639b18c9eb5ee7fca32093a32962748fc08 Signed-off-by: zhouhao --- diff --git a/debian/control b/debian/control index 9647472..0ec59d8 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Depends: ${misc:Depends}, ${python:Depends}, rpm, python-rpm, python-urlgrabber, + file, cpio, bzip2, gzip, diff --git a/packaging/mic.spec b/packaging/mic.spec index b22c62a..d27cd3c 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -35,6 +35,7 @@ Requires: rpm-python %endif Requires: cpio +Requires: file # not neccessary Requires: gzip Requires: bzip2