|
Lines 28-34
Link Here
|
| 28 |
|
28 |
|
| 29 |
Name: dotnet-runtime-%_dotnet_major |
29 |
Name: dotnet-runtime-%_dotnet_major |
| 30 |
Version: %_dotnet_coreversion |
30 |
Version: %_dotnet_coreversion |
| 31 |
Release: alt1 |
31 |
Release: alt2 |
| 32 |
|
32 |
|
| 33 |
Summary: Microsoft .NET Runtime and Microsoft.NETCore.App |
33 |
Summary: Microsoft .NET Runtime and Microsoft.NETCore.App |
| 34 |
|
34 |
|
|
Lines 215-221
EOF
Link Here
|
| 215 |
# build CLR |
215 |
# build CLR |
| 216 |
cd src/coreclr/ |
216 |
cd src/coreclr/ |
| 217 |
bash -x ./build-runtime.sh \ |
217 |
bash -x ./build-runtime.sh \ |
| 218 |
%debrelopt -verbose -skipmanaged -ignorewarnings -skiprestoreoptdata -nopgooptimize -portablebuild 0\ |
218 |
%debrelopt -keepnativesymbols -verbose -skipmanaged -ignorewarnings -skiprestoreoptdata -nopgooptimize -portablebuild 0\ |
| 219 |
-cmakeargs -DENABLE_LLDBPLUGIN=0 \ |
219 |
-cmakeargs -DENABLE_LLDBPLUGIN=0 \ |
| 220 |
%if_without single_file_diagnostics |
220 |
%if_without single_file_diagnostics |
| 221 |
-cmakeargs -DFEATURE_SINGLE_FILE_DIAGNOSTICS=0 \ |
221 |
-cmakeargs -DFEATURE_SINGLE_FILE_DIAGNOSTICS=0 \ |
|
Lines 228-234
cd -
Link Here
|
| 228 |
|
228 |
|
| 229 |
# build Native libraries |
229 |
# build Native libraries |
| 230 |
cd src/native/libs/ |
230 |
cd src/native/libs/ |
| 231 |
bash -x ./build-native.sh %debrelopt |
231 |
bash -x ./build-native.sh -keepnativesymbols %debrelopt |
| 232 |
cd - |
232 |
cd - |
| 233 |
|
233 |
|
| 234 |
# FIXME: allow get the release info from release.json file |
234 |
# FIXME: allow get the release info from release.json file |
|
Lines 240-245
export artifacts=$(pwd)/artifacts
Link Here
|
| 240 |
cd src/native/corehost/ |
240 |
cd src/native/corehost/ |
| 241 |
sh -x ./build.sh \ |
241 |
sh -x ./build.sh \ |
| 242 |
%debrelopt \ |
242 |
%debrelopt \ |
|
|
243 |
-keepnativesymbols \ |
| 243 |
-portablebuild 0 \ |
244 |
-portablebuild 0 \ |
| 244 |
-coreclrartifacts $artifacts/bin/coreclr/Linux.%_dotnet_arch.%debrel \ |
245 |
-coreclrartifacts $artifacts/bin/coreclr/Linux.%_dotnet_arch.%debrel \ |
| 245 |
-nativelibsartifacts $artifacts/bin/native/Linux-%_dotnet_arch-%debrel \ |
246 |
-nativelibsartifacts $artifacts/bin/native/Linux-%_dotnet_arch-%debrel \ |
|
Lines 397-402
rm -fv %buildroot%_dotnet_shared/libprotononjit.so
Link Here
|
| 397 |
%_dotnet_apphostdir/runtimes/%_dotnet_rid/native/singlefilehost |
398 |
%_dotnet_apphostdir/runtimes/%_dotnet_rid/native/singlefilehost |
| 398 |
|
399 |
|
| 399 |
%changelog |
400 |
%changelog |
|
|
401 |
* Wed Dec 17 2025 Aleksandr Dovydenkov <asd@altlinux.ru> 8.0.21-alt2 |
| 402 |
- add debuginfo |
| 403 |
|
| 400 |
* Fri Oct 24 2025 Vitaly Lipatov <lav@altlinux.ru> 8.0.21-alt1 |
404 |
* Fri Oct 24 2025 Vitaly Lipatov <lav@altlinux.ru> 8.0.21-alt1 |
| 401 |
- .NET 8.0.21 release |
405 |
- .NET 8.0.21 release |
| 402 |
- fixed CVEs: |
406 |
- fixed CVEs: |
| 403 |
- |
|
|