From 8ec5074548792e8144b45e4a687a64397d363c14 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 12 2022 07:55:10 +0000 Subject: import rh-dotnet60-dotnet-6.0.110-1.el7_9 --- 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/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index 363076e..d8935a1 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -7d1e4948b34303995482971b766889fb54155bc4 SOURCES/dotnet-v6.0.109-SDK.tar.gz +e25ecb15d957a57e1a95c1d72dea0b6dbff439cd SOURCES/dotnet-v6.0.110.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 3f0dbd4..8f0c1e7 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.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 }') @@ -37,7 +37,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 @@ -592,6 +592,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#2131324 + * Fri Sep 02 2022 Omair Majid - 6.0.109-1 - Update to .NET SDK 6.0.109 and Runtime 6.0.9 - Resolves: RHBZ#2123786