import dotnet-2.1.521-2.el8

This commit is contained in:
CentOS Sources 2021-02-12 08:14:36 +00:00 committed by Andrew Lukoshko
parent 349d018b99
commit ec36f27d16
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
b2d5c6135b44cd25b6f6a88c764411b61fb0b764 SOURCES/dotnet-v2.1.520-SDK.tar.gz
4b1cef0d4502e0c244f993f3a69093072e6512a1 SOURCES/dotnet-v2.1.521-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v2.1.520-SDK.tar.gz
SOURCES/dotnet-v2.1.521-SDK.tar.gz

View File

@ -28,13 +28,13 @@
%global simple_name dotnet
%global host_version 2.1.24
%global runtime_version 2.1.24
%global sdk_version 2.1.520
%global host_version 2.1.25
%global runtime_version 2.1.25
%global sdk_version 2.1.521
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/
@ -317,6 +317,10 @@ rm %{buildroot}%{_libdir}/%{simple_name}/dotnet
%{_libdir}/%{simple_name}/sdk/%{sdk_version}
%changelog
* Wed Feb 10 2021 Omair Majid <omajid@redhat.com> - 2.1.521-2
- Update to .NET Core SDK 2.1.521 and Runtime 2.1.25
- Resolves: RHBZ#1921939
* Tue Jan 12 14:41:40 EST 2021 Omair Majid <omajid@redhat.com> - 2.1.520-1
- Update to .NET Core SDK 2.1.520 and Runtime 2.1.24
- Resolves: RHBZ#1905575