From cda3485565d059ffd0ce0e57d348b61a43bf1dd8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 12 Oct 2022 03:38:34 -0400 Subject: [PATCH] import dotnet6.0-6.0.110-1.el8_6 --- .dotnet6.0.metadata | 2 +- .gitignore | 2 +- SPECS/dotnet6.0.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.dotnet6.0.metadata b/.dotnet6.0.metadata index ede5505..70421f1 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -1a8a9fe9ea64d5a3fda62aaf9f938626492b90e1 SOURCES/dotnet-v6.0.109-SDK.tar.gz +f1b176408195e6fca718f3697c54bf2d85282f13 SOURCES/dotnet-v6.0.110.tar.gz diff --git a/.gitignore b/.gitignore index f33c77f..0e97296 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.109-SDK.tar.gz +SOURCES/dotnet-v6.0.110.tar.gz diff --git a/SPECS/dotnet6.0.spec b/SPECS/dotnet6.0.spec index 4465764..e04dc48 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.9 -%global runtime_version 6.0.9 +%global host_version 6.0.10 +%global runtime_version 6.0.10 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.109 +%global sdk_version 6.0.110 %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 }') @@ -34,7 +34,7 @@ %global sdk_rpm_version %{sdk_version} # upstream can update releases without revving the SDK version so these don't always match -%global upstream_tag v%{sdk_version}-SDK +%global upstream_tag v%{sdk_version} %if 0%{?fedora} || 0%{?rhel} < 8 %global use_bundled_libunwind 0 @@ -626,6 +626,10 @@ echo "Testing build results for debug symbols..." %changelog +* Fri Sep 30 2022 Omair Majid - 6.0.110-1 +- Update to .NET SDK 6.0.110 and Runtime 6.0.10 +- Resolves: RHBZ#2131327 + * Fri Sep 02 2022 Omair Majid - 6.0.109-1 - Update to .NET SDK 6.0.109 and Runtime 6.0.9 - Resolves: RHBZ#2123789