Release version 1.34.21
[platform/core/appfw/app-installers.git] / packaging / app-installers.spec
index 8dcc512..74dbd6d 100644 (file)
@@ -1,6 +1,6 @@
 Name:           app-installers
 Summary:        Application installers
-Version:        1.33.8
+Version:        1.34.21
 Release:        1
 Group:          Application Framework/Package Management
 License:        Apache-2.0
@@ -101,7 +101,12 @@ mkdir -p %{buildroot}%{logdir}
 
 %post
 chsmack -a System %{unpackdir}
-chsmack -a System %{logdir}
+chsmack -t -a User::Home %{logdir}
+chown -R app_fw:priv_platform %{logdir}
+chmod 755 %{logdir}
+touch %{logdir}/installation-history.log
+chown app_fw:priv_platform %{logdir}/installation-history.log
+chsmack -a User::Home %{logdir}/installation-history.log
 
 %postun