From 787ee84db92802397fb23c1505f422edf2be5fd9 Mon Sep 17 00:00:00 2001 From: Hyeongsik Min Date: Tue, 1 Aug 2017 10:19:38 +0900 Subject: [PATCH] Add awk as a BuildRequries In order to avoid possible build break, add BuildRequies for awk explicitly. Change-Id: I0a8ba8be024af0453f1483bb1468df0070fa657c Signed-off-by: Hyeongsik Min --- packaging/capi-system-peripheral-io.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/capi-system-peripheral-io.spec b/packaging/capi-system-peripheral-io.spec index cc7b1de..1dbb5d2 100644 --- a/packaging/capi-system-peripheral-io.spec +++ b/packaging/capi-system-peripheral-io.spec @@ -6,6 +6,7 @@ Group: System & System Tools License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest +BuildRequires: awk BuildRequires: cmake BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gio-2.0) -- 2.7.4