diff options
author | Vyacheslav Barinov <v.barinov@samsung.com> | 2015-02-03 16:53:25 +0300 |
---|---|---|
committer | Vyacheslav Barinov <v.barinov@samsung.com> | 2015-02-03 16:53:25 +0300 |
commit | 4e0d690737cde1422d8c43f3ace6e5e235e31602 (patch) | |
tree | 6d6795e5e08a886d2b29773a7623e36cd1860f0b | |
parent | 4743f153c4f30c05e65c895ee03b689fafa29a43 (diff) | |
download | vconf-tizen.tar.gz vconf-tizen.tar.bz2 vconf-tizen.zip |
util-linux required for /usr/bin/getoptHEADsubmit/tizen_wearable/20150206.045525submit/tizen_tv/20150209.050801submit/tizen_mobile/20150209.050815submit/tizen/20150204.094943accepted/tizen/wearable/20150209.054501accepted/tizen/common/20150204.192545tizenaccepted/tizen_wearableaccepted/tizen_common
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 <v.barinov@samsung.com>
-rwxr-xr-x | packaging/vconf.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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 |