Add missing dependency in .spec file 42/38442/1 accepted/tizen/common/20150422.080127 accepted/tizen/mobile/20150422.103547 accepted/tizen/tv/20150422.102041 accepted/tizen/wearable/20150422.102835 submit/tizen/20150421.015244
authorSuchang Woo <suchang.woo@samsung.com>
Tue, 21 Apr 2015 01:41:51 +0000 (10:41 +0900)
committerSuchang Woo <suchang.woo@samsung.com>
Tue, 21 Apr 2015 01:48:26 +0000 (10:48 +0900)
cat, sort, and chmod are used in post script. But, there is no dependency
on coreutils which provides them.

Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: Ida73d40f89f873500405172d89a80a3ed619f6b7

packaging/tizen-platform-config.spec

index bc0b551..4e83a0f 100644 (file)
@@ -13,6 +13,7 @@ Source1:        %{name}-rpmlintrc
 Source1001:     %{name}.manifest
 BuildRequires:  tizen-platform-wrapper >= 2
 Requires(post): smack
+Requires(post): coreutils
 
 # the main package only contains a config file but other dependent packages
 # will contain binary. So, we can't build a noarch package and have to avoid