From 4e0d690737cde1422d8c43f3ace6e5e235e31602 Mon Sep 17 00:00:00 2001 From: Vyacheslav Barinov Date: Tue, 3 Feb 2015 16:53: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: Iebba7a8106e11f44637e313d6a7779fd61aa5db2 Signed-off-by: Vyacheslav Barinov --- packaging/vconf.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/vconf.spec b/packaging/vconf.spec index 20977b9..dc5ec1f 100755 --- a/packaging/vconf.spec +++ b/packaging/vconf.spec @@ -8,6 +8,7 @@ Source0: %{name}-%{version}.tar.gz Source1: vconf-setup.service Source2: vconf-setup.conf Source1001: vconf.manifest +Requires: util-linux Requires(post): /sbin/ldconfig, systemd Requires(postun): /sbin/ldconfig, systemd BuildRequires: cmake -- 2.7.4