From 3f71953496c5ac9eb8738dfdade912265f1c6844 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 11 2020 10:07:47 +0000 Subject: import dotnet-2.1.515-1.el8_2 --- diff --git a/.dotnet.metadata b/.dotnet.metadata index 9e559d9..114ca75 100644 --- a/.dotnet.metadata +++ b/.dotnet.metadata @@ -1 +1 @@ -5c5b46b55bf1f7fe2b2417df61231c9a86634531 SOURCES/dotnet-v2.1.514-SDK.tar.gz +1f0ad270531d7847e9ef604316c7fc52635c2838 SOURCES/dotnet-v2.1.515-SDK.tar.gz diff --git a/.gitignore b/.gitignore index 77d6caa..bca90e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.1.514-SDK.tar.gz +SOURCES/dotnet-v2.1.515-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 6acb409..d73b68d 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -28,13 +28,13 @@ %global simple_name dotnet -%global host_version 2.1.18 -%global runtime_version 2.1.18 -%global sdk_version 2.1.514 +%global host_version 2.1.19 +%global runtime_version 2.1.19 +%global sdk_version 2.1.515 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/ @@ -322,6 +322,10 @@ rm %{buildroot}%{_libdir}/%{simple_name}/dotnet %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Wed Jun 03 2020 Omair Majid - 2.1.515-1 +- Update to .NET Core SDK 2.1.515 and Runtime 2.1.19 +- Resolves: RHBZ#1843680 + * Thu Apr 30 2020 Omair Majid - 2.1.514-2 - Update to new tarball for the release - Resolves: RHBZ#1830065