Release version 1.34.45
[platform/core/appfw/app-installers.git] / packaging / app-installers.spec
index 188441f..e1fe1ae 100644 (file)
@@ -1,6 +1,6 @@
 Name:           app-installers
 Summary:        Application installers
-Version:        1.33.2
+Version:        1.34.45
 Release:        1
 Group:          Application Framework/Package Management
 License:        Apache-2.0
@@ -8,7 +8,6 @@ Source0:        %{name}-%{version}.tar.gz
 Source1000:     app-installers.manifest
 Source1001:     app-installers-tests.manifest
 
-BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(pkgmgr)
 BuildRequires:  pkgconfig(pkgmgr-parser)
@@ -101,7 +100,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