summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>2019-04-08 13:42:17 +0900
committerGleb Balykov <g.balykov@samsung.com>2019-08-06 12:41:25 +0300
commit1903f9a258b3972930bf534c0695054c867bb6be (patch)
tree220ab4bf2e97c3069e084513044ff798b2053d45
parent8574e5f595491baa276a7b0e65958368f5295e4b (diff)
downloadcoreclr-1903f9a258b3972930bf534c0695054c867bb6be.tar.gz
coreclr-1903f9a258b3972930bf534c0695054c867bb6be.tar.bz2
coreclr-1903f9a258b3972930bf534c0695054c867bb6be.zip
Revert "[Tizen] create .dotnet directory to skel"
This reverts commit 26cdef6a45e6fb2c81fcbaf18be638f848525322.
-rwxr-xr-xpackaging/coreclr.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 8e28c74654..ad54d76acf 100755
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -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}