From 5d47e45692a22294c5e7c086fbae16a5d61ecc40 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 9 Jun 2021 12:42:21 -0400 Subject: [PATCH] import dotnet3.1-3.1.116-1.el8_4 --- .dotnet3.1.metadata | 2 +- .gitignore | 2 +- SPECS/dotnet3.1.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.dotnet3.1.metadata b/.dotnet3.1.metadata index be30d69..a908115 100644 --- a/.dotnet3.1.metadata +++ b/.dotnet3.1.metadata @@ -1 +1 @@ -e6ef455f23890d0984537aa745a3ccb9b2c50c31 SOURCES/dotnet-v3.1.115-SDK.tar.gz +6328f5f61fafa872db6c0f4ca3fc91533f4e2903 SOURCES/dotnet-v3.1.116-SDK.tar.gz diff --git a/.gitignore b/.gitignore index 61288ba..844842f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v3.1.115-SDK.tar.gz +SOURCES/dotnet-v3.1.116-SDK.tar.gz diff --git a/SPECS/dotnet3.1.spec b/SPECS/dotnet3.1.spec index 4ba3f0d..b6ef2b4 100644 --- a/SPECS/dotnet3.1.spec +++ b/SPECS/dotnet3.1.spec @@ -23,10 +23,10 @@ %endif %global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g') -%global host_version 3.1.15 -%global runtime_version 3.1.15 +%global host_version 3.1.16 +%global runtime_version 3.1.16 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 3.1.115 +%global sdk_version 3.1.116 %global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') %global host_rpm_version %{host_version} @@ -451,6 +451,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %dir %{_libdir}/dotnet/packs %changelog +* Thu May 27 2021 Omair Majid - 3.1.116-1 +- Update to .NET SDK 3.1.116 and Runtime 3.1.16 +- Resolves: RHBZ#1965505 + * Wed Apr 28 2021 Omair Majid - 3.1.115-1 - Update to .NET SDK 3.1.115 and Runtime 3.1.15 - Resolves: RHBZ#1954333