From 837474017fea13e4c2aa5126666947ff5caa578f Mon Sep 17 00:00:00 2001 From: Vyacheslav Barinov Date: Wed, 4 Feb 2015 11:57:25 +0300 Subject: [PATCH] util-linux required for /usr/bin/getopt Unless it's installed a lot of messages: /bin/vconftool: line 273: getopt: command not found ERROR: vconftool set: bad arguments during firmware build Change-Id: I7429b6c72e7aac23e1eb27a42b86c14aea3f0d34 Signed-off-by: Vyacheslav Barinov --- packaging/vconf-buxton.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/vconf-buxton.spec b/packaging/vconf-buxton.spec index 30186c8..f265634 100644 --- a/packaging/vconf-buxton.spec +++ b/packaging/vconf-buxton.spec @@ -17,6 +17,7 @@ Group: System/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1001: vconf-buxton.manifest +Requires: util-linux Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake -- 2.7.4