diff --git a/.dotnet6.0.metadata b/.dotnet6.0.metadata index e731471..19e09c3 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -1ee4c2bf500baafe7ab66340fbf5798313ce75a9 SOURCES/dotnet-v6.0.133.tar.gz +2afbea98a8b143f8605fcd1839160ffb3b8401eb SOURCES/dotnet-v6.0.135.tar.gz diff --git a/.gitignore b/.gitignore index d5876d4..00979ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.133.tar.gz +SOURCES/dotnet-v6.0.135.tar.gz diff --git a/SPECS/dotnet6.0.spec b/SPECS/dotnet6.0.spec index 7edf542..c0b0442 100644 --- a/SPECS/dotnet6.0.spec +++ b/SPECS/dotnet6.0.spec @@ -20,10 +20,10 @@ # until that's done, disable LTO. This has to happen before setting the flags below. %define _lto_cflags %{nil} -%global host_version 6.0.33 -%global runtime_version 6.0.33 +%global host_version 6.0.35 +%global runtime_version 6.0.35 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.133 +%global sdk_version 6.0.135 %global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|') %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -475,7 +475,8 @@ export COMPlus_LTTng=0 export OPENSSL_ENABLE_SHA1_SIGNATURES=1 %endif -CheckEolTargetFramework=false VERBOSE=1 ./build.sh \ +CheckEolTargetFramework=false VERBOSE=1 timeout 6h \ + ./build.sh \ %if %{without bootstrap} --with-sdk previously-built-dotnet \ %endif @@ -612,6 +613,14 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Sat Sep 28 2024 Omair Majid - 6.0.135-1 +- Update to .NET SDK 6.0.135 and Runtime 6.0.35 +- Resolves: RHEL-60798 + +* Thu Aug 29 2024 Omair Majid - 6.0.134-1 +- Update to .NET SDK 6.0.134 and Runtime 6.0.34 +- Resolves: RHEL-56683 + * Thu Aug 01 2024 Omair Majid - 6.0.133-1 - Update to .NET SDK 6.0.133 and Runtime 6.0.33 - Resolves: RHEL-52386