diff --git a/.gitignore b/.gitignore index f753834..2ab3e02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v3.1.417-SDK.tar.gz +SOURCES/dotnet-v3.1.418-SDK.tar.gz diff --git a/.rh-dotnet31-dotnet.metadata b/.rh-dotnet31-dotnet.metadata index 2b88228..e26b949 100644 --- a/.rh-dotnet31-dotnet.metadata +++ b/.rh-dotnet31-dotnet.metadata @@ -1 +1 @@ -f43d93d88acb1eadc593ca0ef041a87566c69920 SOURCES/dotnet-v3.1.417-SDK.tar.gz +77471fd9018d275b2d9897e2dcef31d12e29b1e5 SOURCES/dotnet-v3.1.418-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index bf1b0ba..f35aa15 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -28,10 +28,10 @@ %endif %global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g') -%global host_version 3.1.23 -%global runtime_version 3.1.23 +%global host_version 3.1.24 +%global runtime_version 3.1.24 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 3.1.417 +%global sdk_version 3.1.418 %global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') %global host_rpm_version %{host_version} @@ -169,6 +169,8 @@ Requires: libicu # Requires the scl-version of curl Requires: %{?scl_prefix}libcurl +# See src/corefx.*/src/Native/AnyOS/brotli-version.txt +Provides: bundled(libbrotli) = 1.0.9 %if %{use_bundled_libunwind} Provides: bundled(libunwind) = 1.3 %endif @@ -494,6 +496,10 @@ echo "Testing build results for debug symbols..." %{_libdir}/dotnet/source-built-artifacts %changelog +* Tue Apr 05 2022 Omair Majid - 3.1.418-1 +- Update to .NET SDK 3.1.418 and Runtime 3.1.24 +- Resolves: RHBZ#2071752 + * Fri Mar 04 2022 Omair Majid - 3.1.417-1 - Update to .NET SDK 3.1.417 and Runtime 3.1.23 - Resolves: RHBZ#2060565