From a726ab16160bbaccf473d9847bffa82d650d19ef Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 19 2021 04:11:11 +0000 Subject: import dotnet-2.1.524-1.el8 --- diff --git a/.dotnet.metadata b/.dotnet.metadata index 08b3139..8ff1dd6 100644 --- a/.dotnet.metadata +++ b/.dotnet.metadata @@ -1 +1 @@ -d6b555ac64d98de6c7e8a1963733c483a88080c6 SOURCES/dotnet-v2.1.523-SDK.tar.gz +2fee9d8aa7da885c04133e5185c15abd599e4bf6 SOURCES/dotnet-v2.1.524-SDK.tar.gz diff --git a/.gitignore b/.gitignore index 3d366e6..415dda6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.1.523-SDK.tar.gz +SOURCES/dotnet-v2.1.524-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index cf3896b..28bf46f 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -28,13 +28,13 @@ %global simple_name dotnet -%global host_version 2.1.27 -%global runtime_version 2.1.27 -%global sdk_version 2.1.523 +%global host_version 2.1.28 +%global runtime_version 2.1.28 +%global sdk_version 2.1.524 Name: dotnet Version: %{sdk_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/ @@ -317,6 +317,10 @@ rm %{buildroot}%{_libdir}/%{simple_name}/dotnet %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Mon May 17 2021 Omair Majid - 2.1.524-1 +- Update to .NET SDK 2.1.524 and Runtime 2.1.28 +- Resolves: RHBZ#1953763 + * Wed Apr 21 2021 Omair Majid - 2.1.523-2 - Update to .NET SDK 2.1.523 and Runtime 2.1.27 - Resolves: RHBZ#1946718