diff --git a/.dotnet6.0.metadata b/.dotnet6.0.metadata index 57f494b..bd32fcf 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -a6f9869749ba3be4920bc0b1214af411f4da7d76 SOURCES/dotnet-v6.0.119.tar.gz +4ff8a177b085fe4bcb204efb9471d500f1049ba9 SOURCES/dotnet-v6.0.120.tar.gz diff --git a/.gitignore b/.gitignore index 2d959c1..4902e97 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.119.tar.gz +SOURCES/dotnet-v6.0.120.tar.gz diff --git a/SPECS/dotnet6.0.spec b/SPECS/dotnet6.0.spec index 1f5193b..f15bb85 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.19 -%global runtime_version 6.0.19 +%global host_version 6.0.20 +%global runtime_version 6.0.20 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.119 +%global sdk_version 6.0.120 %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 }') @@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Tue Jul 04 2023 Omair Majid - 6.0.120-1 +- Update to .NET SDK 6.0.120 and Runtime 6.0.20 +- Resolves: RHBZ#2219640 + * Tue Jun 20 2023 Omair Majid - 6.0.119-1 - Update to .NET SDK 6.0.119 and Runtime 6.0.19 - Resolves: RHBZ#2216220