From 022899eb4c02a84e44cb1bb7c07e926ee800ec2a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 13 2020 16:41:26 +0000 Subject: import rh-dotnet21-dotnet-2.1.514-2.el7 --- diff --git a/.gitignore b/.gitignore index f90b675..77d6caa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.1.513-SDK.tar.gz +SOURCES/dotnet-v2.1.514-SDK.tar.gz diff --git a/.rh-dotnet21-dotnet.metadata b/.rh-dotnet21-dotnet.metadata index 1023c82..9e559d9 100644 --- a/.rh-dotnet21-dotnet.metadata +++ b/.rh-dotnet21-dotnet.metadata @@ -1 +1 @@ -80d49a9cc2fbd6d2032283bd5123176c0063c82a SOURCES/dotnet-v2.1.513-SDK.tar.gz +5c5b46b55bf1f7fe2b2417df61231c9a86634531 SOURCES/dotnet-v2.1.514-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index a71a471..03797e8 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -30,12 +30,12 @@ # on system libcurl package. We require the %%{?scl_prefix}libcurl package %global __requires_exclude ^(%{privlibs}|libcurl)\\.so -%global runtime_version 2.1.17 -%global sdk_version 2.1.513 +%global runtime_version 2.1.18 +%global sdk_version 2.1.514 Name: %{?scl_prefix}dotnet Version: %{sdk_version} -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD @@ -253,7 +253,15 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{pkg_name}/sdk/%{sdk_version} %changelog -* Tue Mar 24 2020 omajid - 2.1.513-1 +* Wed May 06 2020 Omair Majid - 2.1.514-2 +- Update to new release tarball +- Resolves: RHBZ#1828391 + +* Mon Apr 27 2020 Omair Majid - 2.1.514-1 +- Update to .NET Core SDK 2.1.514 and Runtime 2.1.18 +- Resolves: RHBZ#1828391 + +* Tue Mar 24 2020 Omair Majid - 2.1.513-1 - Update to .NET Core SDK 2.1.513 and Runtime 2.1.17 - Resolves: RHBZ#1815639