make packages with blank db journal file 42/85142/1 accepted/tizen/common/20160824.154319 accepted/tizen/ivi/20160825.050158 accepted/tizen/mobile/20160825.050109 accepted/tizen/wearable/20160825.050142 submit/tizen/20160824.005642
authorKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 24 Aug 2016 02:40:49 +0000 (11:40 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 24 Aug 2016 02:40:49 +0000 (11:40 +0900)
- dxl lab request

Change-Id: Iea538e3c9d4c09ed765356414076eaa18f3aef15
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
packaging/msg-service.spec

index c5a9b55..c737d7c 100755 (executable)
@@ -202,6 +202,8 @@ sqlite3 %{buildroot}%{TZ_SYS_GLOBALUSER_DB}/.msg_service.db "PRAGMA journal_mode
 sqlite3 %{buildroot}%{TZ_SYS_GLOBALUSER_DB}/.msg_service.db < %{buildroot}/usr/share/msg-service/msg-service-db.sql
 
 rm %{buildroot}/usr/share/msg-service/msg-service-db.sql
+rm %{buildroot}%{TZ_SYS_GLOBALUSER_DB}/.msg_service.db-journal
+touch %{buildroot}%{TZ_SYS_GLOBALUSER_DB}/.msg_service.db-journal
 
 %post tools
 /sbin/ldconfig