diff options
author | saerome.kim <saerome.kim@samsung.com> | 2019-10-28 21:11:31 +0900 |
---|---|---|
committer | saerome.kim <saerome.kim@samsung.com> | 2019-11-01 12:50:03 +0900 |
commit | 1410af50c0600e27b2930ecba1508a73bbc2c716 (patch) | |
tree | bdee4b2af598922f3c29a3c8bf69d19d44d65963 /packaging | |
parent | 2a8ea9c6577cac5046c9306720e96f9de239b3c1 (diff) | |
download | user-awareness-1410af50c0600e27b2930ecba1508a73bbc2c716.tar.gz user-awareness-1410af50c0600e27b2930ecba1508a73bbc2c716.tar.bz2 user-awareness-1410af50c0600e27b2930ecba1508a73bbc2c716.zip |
Modify the test app to support service functionalitysubmit/tizen_5.5/20191101.035514accepted/tizen/5.5/unified/20191104.111255
- Problem: Can't remove/add devices or users to a service
- Cause: The request goes to the service module includes a useless data that
the current instance does not have is ignored.
- Solution: Make userless data ignore and modified a ua-test app to explain
how to manipulate the service functionality.
Change-Id: I913a5f7f2722bc473bdd50605c79630860fc2285
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/capi-network-ua.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/capi-network-ua.spec b/packaging/capi-network-ua.spec index 4a4e406..2348fa5 100644 --- a/packaging/capi-network-ua.spec +++ b/packaging/capi-network-ua.spec @@ -1,6 +1,6 @@ Name: capi-network-ua Summary: User Awareness Framework CAPI -Version: 0.12.5 +Version: 0.12.6 Release: 1 License: Apache-2.0 Source0: %{name}-%{version}.tar.gz |