diff --git a/.dotnet7.0.metadata b/.dotnet7.0.metadata index 5f5fd10..a666cd6 100644 --- a/.dotnet7.0.metadata +++ b/.dotnet7.0.metadata @@ -1 +1 @@ -c2015d0972371ab8995d18246d1f5b76299f3be3 SOURCES/dotnet-v7.0.103.tar.gz +d2c354ce02f087ff7c7a84d39071604c3b622c3b SOURCES/dotnet-v7.0.104.tar.gz diff --git a/.gitignore b/.gitignore index 8c34d05..b2c6f1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v7.0.103.tar.gz +SOURCES/dotnet-v7.0.104.tar.gz diff --git a/SPECS/dotnet7.0.spec b/SPECS/dotnet7.0.spec index ed242a3..f4d0b17 100644 --- a/SPECS/dotnet7.0.spec +++ b/SPECS/dotnet7.0.spec @@ -6,10 +6,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.3 -%global runtime_version 7.0.3 +%global host_version 7.0.4 +%global runtime_version 7.0.4 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 7.0.103 +%global sdk_version 7.0.104 %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 }') @@ -619,6 +619,10 @@ export COMPlus_LTTng=0 %changelog +* Thu Mar 02 2023 Omair Majid - 7.0.104-1 +- Update to .NET SDK 7.0.104 and Runtime 7.0.4 +- Resolves: RHBZ#2175026 + * Thu Feb 02 2023 Omair Majid - 7.0.103-1 - Update to .NET SDK 7.0.103 and Runtime 7.0.3 - Resolves: RHBZ#2166775