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/.rh-dotnet21-dotnet.metadata b/.rh-dotnet21-dotnet.metadata index 9e559d9..114ca75 100644 --- a/.rh-dotnet21-dotnet.metadata +++ b/.rh-dotnet21-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/SPECS/dotnet.spec b/SPECS/dotnet.spec index 03797e8..5790d19 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.18 -%global sdk_version 2.1.514 +%global runtime_version 2.1.19 +%global sdk_version 2.1.515 Name: %{?scl_prefix}dotnet Version: %{sdk_version} -Release: 2%{?dist} +Release: 1%{?dist} Group: Development/Languages Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD @@ -253,6 +253,10 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{pkg_name}/sdk/%{sdk_version} %changelog +* Thu Jun 04 2020 Omair Majid - 2.1.515-1 +- Update to .NET Core SDK 2.1.515 and Runtime 2.1.19 +- Resolves: RHBZ#1843671 + * Wed May 06 2020 Omair Majid - 2.1.514-2 - Update to new release tarball - Resolves: RHBZ#1828391