diff --git a/.gitignore b/.gitignore index 33d7af5..14f15bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.116.tar.gz +SOURCES/dotnet-v6.0.118.tar.gz diff --git a/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index f374e70..f3c0200 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -a1875ca58f9df1c4cbf1d83b715c3b3badd25090 SOURCES/dotnet-v6.0.116.tar.gz +efabecb200148ea33f7e568ad2e5eaabc2188411 SOURCES/dotnet-v6.0.118.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 8b996ca..ceb8664 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -23,10 +23,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.16 -%global runtime_version 6.0.16 +%global host_version 6.0.18 +%global runtime_version 6.0.18 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.116 +%global sdk_version 6.0.118 %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 }') @@ -586,6 +586,14 @@ echo "Testing build results for debug symbols..." %changelog +* Thu Jun 01 2023 Andrew Slice - 6.0.118-1 +- Update to .NET SDK 6.0.118 and Runtime 6.0.18 +- Resolves: RHBZ#2211715 + +* Thu Apr 27 2023 Omair Majid - 6.0.117-1 +- Update to .NET SDK 6.0.117 and Runtime 6.0.17 +- Resolves: RHBZ#2190259 + * Fri Mar 31 2023 Omair Majid - 6.0.116-1 - Update to .NET SDK 6.0.116 and Runtime 6.0.16 - Resolves: RHBZ#2183561