spec fix: Tizen MIC error with awk while installing. 80/117380/1 accepted/tizen/common/20170329.172009 accepted/tizen/ivi/20170329.222220 accepted/tizen/mobile/20170329.222126 accepted/tizen/tv/20170329.222137 accepted/tizen/unified/20170329.222236 accepted/tizen/wearable/20170329.222146 submit/tizen/20170329.013348
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 6 Mar 2017 02:14:58 +0000 (11:14 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 6 Mar 2017 02:14:58 +0000 (11:14 +0900)
Let's explicitly state that we need awk in post script.

Change-Id: I0f786cc5bce13ead2dffcc4face1595647e48e30
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/xkeyboard-config.spec

index 4d3317c..0c24670 100644 (file)
@@ -26,6 +26,8 @@ Requires(pre):  /usr/bin/rm
 # This is for backword compatibility only. Tizen 4.0 Configurability gets no damage from this.
 Requires:  xkb-tizen-data
 BuildRequires:  pkgconfig(xkbcommon)
+# The post script executes "make_keycodes.sh", which requires awk
+Requires(post): awk
 
 %{!?TZ_SYS_RO_SHARE: %global TZ_SYS_RO_SHARE /usr/share}
 %{!?TZ_SYS_VAR: %global TZ_SYS_VAR /opt/var}