From f9a3ec83a02792c8bf5a94265f4d3b44679d986e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 14 Dec 2022 03:56:06 -0500 Subject: [PATCH] import dotnet3.1-3.1.426-1.el8_7 --- .dotnet3.1.metadata | 2 +- .gitignore | 2 +- SPECS/dotnet3.1.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.dotnet3.1.metadata b/.dotnet3.1.metadata index a81bc53..bf40e62 100644 --- a/.dotnet3.1.metadata +++ b/.dotnet3.1.metadata @@ -1 +1 @@ -0a84838ffd532768054ae8de2796645095194bc7 SOURCES/dotnet-v3.1.423-SDK.tar.gz +12090bf3fa9d16f96a49119818246d432ec5e1e1 SOURCES/dotnet-v3.1.426-SDK.tar.gz diff --git a/.gitignore b/.gitignore index b91cc49..61c5234 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v3.1.423-SDK.tar.gz +SOURCES/dotnet-v3.1.426-SDK.tar.gz diff --git a/SPECS/dotnet3.1.spec b/SPECS/dotnet3.1.spec index 37d5629..87e94b7 100644 --- a/SPECS/dotnet3.1.spec +++ b/SPECS/dotnet3.1.spec @@ -25,10 +25,10 @@ %endif %global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g') -%global host_version 3.1.29 -%global runtime_version 3.1.29 +%global host_version 3.1.32 +%global runtime_version 3.1.32 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 3.1.423 +%global sdk_version 3.1.426 %global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') %global host_rpm_version %{host_version} @@ -61,7 +61,7 @@ Name: dotnet3.1 Version: %{sdk_rpm_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ @@ -511,6 +511,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %{_libdir}/dotnet/source-built-artifacts %changelog +* Wed Nov 30 2022 Omair Majid - 3.1.426-1 +- Update to .NET SDK 3.1.426 and Runtime 3.1.32 +- Resolves: RHBZ#2148219 + * Wed Sep 14 2022 Omair Majid - 3.1.423-2 - Update to .NET SDK 3.1.423 and Runtime 3.1.29 - Resolves: RHBZ#2123784