projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40054d6
)
Create version file (#82)
author
최종헌/MDE Lab(SR)/삼성전자
<j-h.choi@samsung.com>
Wed, 15 Feb 2023 07:43:01 +0000
(16:43 +0900)
committer
Hyungju Lee
<leee.lee@samsung.com>
Wed, 8 Mar 2023 11:15:02 +0000
(20:15 +0900)
packaging/coreclr-diagnostics.spec
patch
|
blob
|
history
diff --git
a/packaging/coreclr-diagnostics.spec
b/packaging/coreclr-diagnostics.spec
index c48d6006437ffc0c021749065a0c5d5caab90e1c..4fe3850f848b4075f076afd6baca228b71c77652 100755
(executable)
--- a/
packaging/coreclr-diagnostics.spec
+++ b/
packaging/coreclr-diagnostics.spec
@@
-210,6
+210,8
@@
rm -f %{buildroot}%{diagnosticsdir}/System.Collections.Immutable.dll
rm -f %{buildroot}%{diagnosticsdir}/System.Reflection.Metadata.dll
rm -f %{buildroot}%{diagnosticsdir}/System.Runtime.CompilerServices.Unsafe.dll
+touch %{buildroot}%{diagnosticsdir}/version-%{version}
+
%files
%manifest %{name}.manifest
%{diagnosticsdir}/*