From 05e265585554e65bd403357e5eb982fdf57c9651 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 08 2020 18:35:43 +0000 Subject: import dotnet-2.1.518-2.el8_2 --- diff --git a/.dotnet.metadata b/.dotnet.metadata index 60a0bb2..b82f624 100644 --- a/.dotnet.metadata +++ b/.dotnet.metadata @@ -1 +1 @@ -4108227180e7ecd02360e22dd6d435c7066c397e SOURCES/dotnet-v2.1.517-SDK.tar.gz +8141606f5500735e550fa98ad0ebc6aed17427cd SOURCES/dotnet-v2.1.518-SDK.tar.gz diff --git a/.gitignore b/.gitignore index 6509092..237c238 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.1.517-SDK.tar.gz +SOURCES/dotnet-v2.1.518-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index c51c594..4e3ed39 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -28,13 +28,13 @@ %global simple_name dotnet -%global host_version 2.1.21 -%global runtime_version 2.1.21 -%global sdk_version 2.1.517 +%global host_version 2.1.22 +%global runtime_version 2.1.22 +%global sdk_version 2.1.518 Name: dotnet Version: %{sdk_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ @@ -322,6 +322,14 @@ rm %{buildroot}%{_libdir}/%{simple_name}/dotnet %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Mon Aug 31 2020 Omair Majid - 2.1.518-2 +- Rebuild to fix tests +- Resolves: RHBZ#1874146 + +* Mon Aug 31 2020 Omair Majid - 2.1.518-1 +- Update to .NET Core SDK 2.1.518 and Runtime 2.1.22 +- Resolves: RHBZ#1874146 + * Tue Aug 04 2020 Omair Majid - 2.1.517-1 - Update to .NET Core SDK 2.1.517 and Runtime 2.1.21 - Resolves: RHBZ#1866122