Change package update noti string
authorJaeho Lee <jaeho81.lee@samsung.com>
Fri, 25 Oct 2013 04:07:16 +0000 (13:07 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Fri, 25 Oct 2013 04:31:52 +0000 (13:31 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Change-Id: I8a714c32540ebea835ee4db97a1262c9fc98968b

am_daemon/amd_appinfo.c
packaging/aul.spec

index e0dc2b4..3da4437 100755 (executable)
@@ -308,7 +308,7 @@ static int __cb(int req_id, const char *pkg_type,
 
        SECURE_LOGD("appid(%s), key(%s), value(%s)", pkgid, key, val);
 
-       if((strncmp(key,"start", 5) == 0) && (strncmp(val, "upgrade", 7) == 0) ) {
+       if((strncmp(key,"start", 5) == 0) && (strncmp(val, "update", 6) == 0) ) {
                ret = pkgmgrinfo_pkginfo_get_pkginfo(pkgid, &handle);
                if (ret != PMINFO_R_OK)
                        return -1;
index f889f8f..3aeee18 100644 (file)
@@ -1,6 +1,6 @@
 Name:       aul
 Summary:    App utility library
-Version:    0.0.284
+Version:    0.0.285
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0