From: 김상욱/Common Platform Lab(SR)/Engineer/삼성전자 Date: Mon, 25 May 2020 06:42:48 +0000 (+0900) Subject: [Tizen] Unset SMACK rules and remove post script (#31) X-Git-Tag: submit/tizen/20200529.025830^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3325e2bf16caef9b05bb2f25a259be8100f20169;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git [Tizen] Unset SMACK rules and remove post script (#31) --- diff --git a/packaging/coreclr-diagnostics.manifest b/packaging/coreclr-diagnostics.manifest index 489914ebc..df1e05761 100755 --- a/packaging/coreclr-diagnostics.manifest +++ b/packaging/coreclr-diagnostics.manifest @@ -3,7 +3,6 @@ - diff --git a/packaging/coreclr-diagnostics.spec b/packaging/coreclr-diagnostics.spec index 9ee8d7e1e..0654a6595 100755 --- a/packaging/coreclr-diagnostics.spec +++ b/packaging/coreclr-diagnostics.spec @@ -190,7 +190,6 @@ cp %{_artifacts}/Linux.%{_barch}.%{_buildtype}/*.so %{buildroot}%{toolsdir}/%{ri for name in counters dump gcdump trace; do cp -f %{_artifacts}/dotnet-${name}/%{_buildtype}/netcoreapp*/publish/*.dll %{buildroot}%{toolsdir} done -find %{buildroot}%{toolsdir} -type f -exec chmod 644 {} + %ifarch %{arm} for f in $(grep -L "dotnet-" %{buildroot}%{toolsdir}/*.dll); do @@ -213,12 +212,10 @@ cp -rf packages/xunit.runner.console/*/tools/netcoreapp2.0 %{buildroot}%{tcdir}/ %files tools %manifest %{name}.manifest +%defattr(644,owner,users,-) %dir %{toolsdir} %{toolsdir}/* -%post tools -chown -R owner:users /home/owner/share/.dotnet - %ifarch x86_64 %files test %manifest %{name}.manifest