From c00a00902d606f42e9e28a6dc095cab0479ac918 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 6 Mar 2017 11:14:58 +0900 Subject: [PATCH] spec fix: Tizen MIC error with awk while installing. Let's explicitly state that we need awk in post script. Change-Id: I0f786cc5bce13ead2dffcc4face1595647e48e30 Signed-off-by: MyungJoo Ham --- packaging/xkeyboard-config.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/xkeyboard-config.spec b/packaging/xkeyboard-config.spec index 4d3317c..0c24670 100644 --- a/packaging/xkeyboard-config.spec +++ b/packaging/xkeyboard-config.spec @@ -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} -- 2.7.4