From f5f0de512ed8304969fecbd19f47e3232a50cf95 Mon Sep 17 00:00:00 2001 From: Kyuho Jo Date: Tue, 1 Sep 2015 21:30:56 +0900 Subject: [PATCH] Change mode of db files. Change-Id: I42b098974c5f0aadf05bd6dfb8338a01b0bfe883 Signed-off-by: Kyuho Jo --- packaging/libshortcut.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/libshortcut.spec b/packaging/libshortcut.spec index baafc53..fc016ee 100755 --- a/packaging/libshortcut.spec +++ b/packaging/libshortcut.spec @@ -66,8 +66,8 @@ touch %{buildroot}/usr/dbspace/.shortcut_service.db-journal %{_libdir}/*.so* %{_prefix}/etc/package-manager/parserlib/* %{_datarootdir}/license/* -%attr(640,root,app) /usr/dbspace/.shortcut_service.db -%attr(640,root,app) /usr/dbspace/.shortcut_service.db-journal +%attr(644,root,app) /usr/dbspace/.shortcut_service.db +%attr(644,root,app) /usr/dbspace/.shortcut_service.db-journal %files devel %manifest %{name}.manifest -- 2.7.4