diff --git a/.dotnet7.0.metadata b/.dotnet7.0.metadata index 9f6c0ed..ddbe714 100644 --- a/.dotnet7.0.metadata +++ b/.dotnet7.0.metadata @@ -1 +1 @@ -ddf46282afb1c03b24a2345d5189606cf8a43400 SOURCES/dotnet-v7.0.114.tar.gz +cf6efafdf1639cf4a58c8ba953512f2cf513daa4 SOURCES/dotnet-v7.0.115.tar.gz diff --git a/.gitignore b/.gitignore index 9b18851..b2417ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v7.0.114.tar.gz +SOURCES/dotnet-v7.0.115.tar.gz diff --git a/SPECS/dotnet7.0.spec b/SPECS/dotnet7.0.spec index 32ca293..0c89619 100644 --- a/SPECS/dotnet7.0.spec +++ b/SPECS/dotnet7.0.spec @@ -7,10 +7,10 @@ # until that's done, disable LTO. This has to happen before setting the flags below. %define _lto_cflags %{nil} -%global host_version 7.0.14 -%global runtime_version 7.0.14 +%global host_version 7.0.15 +%global runtime_version 7.0.15 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 7.0.114 +%global sdk_version 7.0.115 %global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | 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 }') @@ -613,6 +613,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Wed Dec 20 2023 Omair Majid - 7.0.115-1 +- Update to .NET SDK 7.0.115 and Runtime 7.0.15 +- Resolves: RHEL-19805 + * Thu Nov 02 2023 Omair Majid - 7.0.114-1 - Update to .NET SDK 7.0.114 and Runtime 7.0.14 - Resolves: RHEL-15358