From: j-h.choi Date: Fri, 28 Jul 2023 02:07:36 +0000 (+0900) Subject: [Tizen] Change the location and value for generating vconf of runtime_version X-Git-Tag: accepted/tizen/8.0/unified/20231005.094805^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [Tizen] Change the location and value for generating vconf of runtime_version --- diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index 749d950..1d5e5d6 100755 --- a/packaging/coreclr.spec +++ b/packaging/coreclr.spec @@ -786,10 +786,6 @@ cp ./nuget/*.nupkg %{buildroot}/nuget rm -f %{_datadir}/%{netcoreappdir}/*.Backup %endif -#From .NET6.0, the version is accumulated in vconf and set in descending order -#%{dotnet_version}:x.x.x:~~~:6.0.0 -%post -/usr/bin/vconftool set -t string db/dotnet/runtime_version %{dotnet_version} -f -/sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig