diff options
author | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-07-15 12:22:06 +0200 |
---|---|---|
committer | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-07-15 12:22:06 +0200 |
commit | 73219643e4eea4102b504201514b2f10e1ca0e3c (patch) | |
tree | 8104ed7ddf0eb6e1bf9a7f027a139bbfe0673b0f | |
parent | c7d4089db703ce1b86f81d32a212e80eefe50307 (diff) | |
download | wrt-widgets-73219643e4eea4102b504201514b2f10e1ca0e3c.tar.gz wrt-widgets-73219643e4eea4102b504201514b2f10e1ca0e3c.tar.bz2 wrt-widgets-73219643e4eea4102b504201514b2f10e1ca0e3c.zip |
Add libprivilege-control-conf as Runtime dependency
To have database /opt/dbspace/.privilege_control_app_gids.db installed in the target
To avoid
E/PRIVILEGE_CONTROL( 810): access-db.c: get_all_ids_internal(129) > Error while opening antivirus_ids database file: /opt/dbspace/.privilege_control_app_gids.db
-rw-r--r-- | packaging/wrt-widgets.changes | 3 | ||||
-rw-r--r-- | packaging/wrt-widgets.spec | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packaging/wrt-widgets.changes b/packaging/wrt-widgets.changes index 4633199..a19486e 100644 --- a/packaging/wrt-widgets.changes +++ b/packaging/wrt-widgets.changes @@ -1,3 +1,6 @@ +* Mon Jul 15 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> submit/trunk/20130703.154146@112b3e5 +- Add libprivilege-control-conf as Runtime dependency + * Wed Jul 03 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> submit/trunk/20130703.144316@c08d341 - Clean script - Clean up %post section diff --git a/packaging/wrt-widgets.spec b/packaging/wrt-widgets.spec index 50f04c3..85ca665 100644 --- a/packaging/wrt-widgets.spec +++ b/packaging/wrt-widgets.spec @@ -13,6 +13,7 @@ Requires: wrt-plugins-tizen Requires: wrt-security Requires: daemon-launch-config-pc Requires: dbus-config-pc +Requires: libprivilege-control-conf %description Wrt-widgets prepare a suitable pc oriented environment to install WRT widgets |