diff --git a/.dotnet6.0.metadata b/.dotnet6.0.metadata index ff01675..82e3cf6 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -57ec22e23e22b9bdca22a570fecfe8a939f55cde SOURCES/dotnet-v6.0.122.tar.gz +0c83aa4a25689f200d189541b7ba73db94073165 SOURCES/dotnet-v6.0.123.tar.gz diff --git a/.gitignore b/.gitignore index 65827b9..e9d606a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.122.tar.gz +SOURCES/dotnet-v6.0.123.tar.gz diff --git a/SPECS/dotnet6.0.spec b/SPECS/dotnet6.0.spec index 397e289..cf36f0e 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.22 -%global runtime_version 6.0.22 +%global host_version 6.0.23 +%global runtime_version 6.0.23 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.122 +%global sdk_version 6.0.123 %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 +* Wed Oct 04 2023 Omair Majid - 6.0.123-1 +- Update to .NET SDK 6.0.123 and Runtime 6.0.23 +- Resolves: RHEL-11688 + * Fri Sep 01 2023 Omair Majid - 6.0.122-1 - Update to .NET SDK 6.0.122 and Runtime 6.0.22 - Resolves: RHEL-2014