summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2017-03-06 11:14:58 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2017-03-06 11:14:58 +0900
commitc00a00902d606f42e9e28a6dc095cab0479ac918 (patch)
tree9b406ad077db439ba9e4bd68dc36363d8b436120
parenta3a0c5160fa5942f39cc357dc2757ce4dbe521de (diff)
downloadxkeyboard-config-c00a00902d606f42e9e28a6dc095cab0479ac918.tar.gz
xkeyboard-config-c00a00902d606f42e9e28a6dc095cab0479ac918.tar.bz2
xkeyboard-config-c00a00902d606f42e9e28a6dc095cab0479ac918.zip
Let's explicitly state that we need awk in post script. Change-Id: I0f786cc5bce13ead2dffcc4face1595647e48e30 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--packaging/xkeyboard-config.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/xkeyboard-config.spec b/packaging/xkeyboard-config.spec
index 4d3317c0..0c246700 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}