summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukhyungKang <shine.kang@samsung.com>2023-06-16 08:17:17 +0900
committerSukhyungKang <shine.kang@samsung.com>2023-06-16 08:17:17 +0900
commit9fc7a0ccb01f3b0197f5000cbbb41b20e74760a9 (patch)
treeca6b8e13a663d61aefda6d3567d2bea8a40c6004
parent9ca1489b1c9d4a09ca01ef9ece660ac3c58ec002 (diff)
downloadnotification-9fc7a0ccb01f3b0197f5000cbbb41b20e74760a9.tar.gz
notification-9fc7a0ccb01f3b0197f5000cbbb41b20e74760a9.tar.bz2
notification-9fc7a0ccb01f3b0197f5000cbbb41b20e74760a9.zip
Change db upgrade script file permission
Change-Id: Ie566abdbdb7f0cc467fab318afb34b04dd1e0dd2 Signed-off-by: SukhyungKang <shine.kang@samsung.com>
-rw-r--r--notification/include/notification_type_internal.h2
-rw-r--r--packaging/notification.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/notification/include/notification_type_internal.h b/notification/include/notification_type_internal.h
index 58a603f..a6c52f0 100644
--- a/notification/include/notification_type_internal.h
+++ b/notification/include/notification_type_internal.h
@@ -72,7 +72,7 @@ typedef enum _notification_event_type_extension {
NOTIFICATION_EVENT_TYPE_HIDDEN_BY_EXTERNAL = 102, /**< Hidden by external */
NOTIFICATION_EVENT_TYPE_PRESSED = 200, /**< Pressed by user */
NOTIFICATION_EVENT_TYPE_DELETED = 201, /**< Deleted by user */
- NOTIFICATION_EVENT_TYPE_CHECK_BOX = 300, /**< Do not show again */
+ NOTIFICATION_EVENT_TYPE_CHECK_BOX = 300, /**< Check Box */
} notification_event_type_extension_e;
/**
diff --git a/packaging/notification.spec b/packaging/notification.spec
index c3c21a1..5b40387 100644
--- a/packaging/notification.spec
+++ b/packaging/notification.spec
@@ -143,7 +143,7 @@ fi
%license LICENSE
%attr(755,root,root) %{_sysconfdir}/gumd/useradd.d/11_notification-add.post
%{_bindir}/notification_init
-%{upgrade_script_path}/505.notification_upgrade.sh
+%attr(0755,root,root) %{upgrade_script_path}/505.notification_upgrade.sh
#%{_bindir}/notification-test-app
%files devel