From fbd2e207a4228e9e246f279de2798156aff365cc Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 13 2021 14:44:47 +0000 Subject: import rh-dotnet21-dotnet-2.1.523-1.el7_9 --- diff --git a/.gitignore b/.gitignore index 1a2ec4d..3d366e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.1.522-SDK.tar.gz +SOURCES/dotnet-v2.1.523-SDK.tar.gz diff --git a/.rh-dotnet21-dotnet.metadata b/.rh-dotnet21-dotnet.metadata index b7b5ac9..08b3139 100644 --- a/.rh-dotnet21-dotnet.metadata +++ b/.rh-dotnet21-dotnet.metadata @@ -1 +1 @@ -ce35780d636509f074fdc6791d9d40ff606c0874 SOURCES/dotnet-v2.1.522-SDK.tar.gz +d6b555ac64d98de6c7e8a1963733c483a88080c6 SOURCES/dotnet-v2.1.523-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 7207292..60a75f4 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -30,8 +30,8 @@ # on system libcurl package. We require the %%{?scl_prefix}libcurl package %global __requires_exclude ^(%{privlibs}|libcurl)\\.so -%global runtime_version 2.1.26 -%global sdk_version 2.1.522 +%global runtime_version 2.1.27 +%global sdk_version 2.1.523 Name: %{?scl_prefix}dotnet Version: %{sdk_version} @@ -253,6 +253,10 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{pkg_name}/sdk/%{sdk_version} %changelog +* Tue Apr 06 2021 Omair Majid - 2.1.523-1 +- Update to .NET Core SDK 2.1.523 and Runtime 2.1.27 +- Resolves: RHBZ#1946717 + * Mon Mar 01 2021 Omair Majid - 2.1.522-1 - Update to .NET Core SDK 2.1.522 and Runtime 2.1.26 - Resolves: RHBZ#1933333