Revert "[Tizen] create .dotnet directory to skel"
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Mon, 8 Apr 2019 04:42:17 +0000 (13:42 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Wed, 10 Apr 2019 00:28:20 +0000 (09:28 +0900)
This reverts commit 26cdef6a45e6fb2c81fcbaf18be638f848525322.

packaging/coreclr.spec

index 8e28c74..ad54d76 100755 (executable)
@@ -37,7 +37,6 @@ Requires: libgcc
 Requires: libstdc++
 Requires: libunwind
 Requires: libuuid
-Requires(post): /usr/bin/chsmack
 
 # Accelerate python, clang
 %ifarch %{arm}
@@ -297,10 +296,6 @@ cp %{_reldir}/SOS.NETCore.dll  %{buildroot}%{_datadir}/%{netcoreappdir}
 %dir %{_datadir}/%{netshareddir}/Microsoft.NETCore.App/2.1.1
 %dir %{_datadir}/%{netshareddir}/Microsoft.NETCore.App/2.1.4
 
-%post
-mkdir -p /opt/etc/skel/.dotnet
-chsmack -t -a User::App::Shared /opt/etc/skel/.dotnet
-
 %files test
 %manifest %{name}.manifest
 %dir %{_datadir}/%{dotnettestdir}