From 991444094dcfc37c231ae461bff2b730e9537d6f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 13 2022 13:43:20 +0000 Subject: import rh-dotnet60-dotnet-6.0.104-1.el7_9 --- diff --git a/.gitignore b/.gitignore index 648d0f3..1f6646c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.103-SDK.tar.gz +SOURCES/dotnet-v6.0.104-SDK.tar.gz diff --git a/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index 995e807..f9f015e 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -cc1fbf4c6c6624fc2a9a0bc210357dceb086974c SOURCES/dotnet-v6.0.103-SDK.tar.gz +d2acb5b7d1bc2f0650a753b3dee050226eb924a6 SOURCES/dotnet-v6.0.104-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index af10035..eba86cf 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -23,10 +23,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.3 -%global runtime_version 6.0.3 +%global host_version 6.0.4 +%global runtime_version 6.0.4 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.103 +%global sdk_version 6.0.104 %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 }') @@ -63,7 +63,7 @@ Name: %{?scl_prefix}dotnet Version: %{sdk_rpm_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: .NET Runtime and SDK License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib URL: https://github.com/dotnet/ @@ -210,6 +210,8 @@ Requires: %{?scl_prefix}dotnet-hostfxr-6.0%{?_isa} >= %{host_rpm_version}- # libicu is dlopen()ed Requires: libicu%{?_isa} +# See src/runtime.*/src/libraries/Native/AnyOS/brotli-version.txt +Provides: bundled(libbrotli) = 1.0.9 %if %{use_bundled_libunwind} # See runtime.*/src/coreclr/pal/src/libunwind/libunwind-version.txt Provides: bundled(libunwind) = 1.5.rc1.28.g9165d2a1 @@ -614,6 +616,10 @@ echo "Testing build results for debug symbols..." %changelog +* Tue Apr 05 2022 Omair Majid - 6.0.104-1 +- Update to .NET SDK 6.0.104 and Runtime 6.0.4 +- Resolves: RHBZ#2072103 + * Mon Mar 07 2022 Omair Majid - 6.0.103-3 - Rebuild against .NET 6.0.102 - Resolves: RHBZ#2059635