Change db upgrade script file permission 95/294295/1
authorSukhyungKang <shine.kang@samsung.com>
Thu, 15 Jun 2023 23:17:17 +0000 (08:17 +0900)
committerSukhyungKang <shine.kang@samsung.com>
Thu, 15 Jun 2023 23:17:17 +0000 (08:17 +0900)
Change-Id: Ie566abdbdb7f0cc467fab318afb34b04dd1e0dd2
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
notification/include/notification_type_internal.h
packaging/notification.spec

index 58a603f..a6c52f0 100644 (file)
@@ -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;
 
 /**
index c3c21a1..5b40387 100644 (file)
@@ -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