projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eedd25
)
[Tizen] Change the location and value for generating vconf of runtime_version
accepted/tizen_8.0_unified
tizen_8.0
accepted/tizen/8.0/unified/20231005.094805
accepted/tizen/unified/20230731.175321
tizen_8.0_m2_release
author
j-h.choi
<j-h.choi@samsung.com>
Fri, 28 Jul 2023 02:07:36 +0000
(11:07 +0900)
committer
이형주/MDE Lab(SR)/삼성전자
<leee.lee@samsung.com>
Mon, 31 Jul 2023 04:15:00 +0000
(13:15 +0900)
packaging/coreclr.spec
patch
|
blob
|
history
diff --git
a/packaging/coreclr.spec
b/packaging/coreclr.spec
index
749d950
..
1d5e5d6
100755
(executable)
--- 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