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 86d5de4..30f8052 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: 3%{?dist} +Release: 2%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ @@ -325,6 +325,10 @@ rm %{buildroot}%{_libdir}/%{simple_name}/dotnet %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Thu Jun 11 2020 Omair Majid - 2.1.515-2 +- Update to .NET Core SDK 2.1.515 and Runtime 2.1.19 +- Resolves: RHBZ#1843672 + * Mon Jun 01 2020 Omair Majid - 2.1.514-3 - Update to .NET Core SDK 2.1.514 and Runtime 2.1.18 - Resolves: RHBZ#1828392