From 9fc7a0ccb01f3b0197f5000cbbb41b20e74760a9 Mon Sep 17 00:00:00 2001 From: SukhyungKang Date: Fri, 16 Jun 2023 08:17:17 +0900 Subject: Change db upgrade script file permission Change-Id: Ie566abdbdb7f0cc467fab318afb34b04dd1e0dd2 Signed-off-by: SukhyungKang --- notification/include/notification_type_internal.h | 2 +- packaging/notification.spec | 2 +- 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 -- cgit v1.2.3