import dotnet5.0-5.0.206-1.el8

This commit is contained in:
CentOS Sources 2021-08-24 22:26:04 +00:00 committed by Andrew Lukoshko
parent 3edfac2378
commit 4ba910cc50
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
49339772b2fd7192d80892693b960a9167e3dd46 SOURCES/dotnet-v5.0.205-SDK.tar.gz
4e69f55efa3555d765674449e65b6b1f7be13a1c SOURCES/dotnet-v5.0.206-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v5.0.205-SDK.tar.gz
SOURCES/dotnet-v5.0.206-SDK.tar.gz

View File

@ -20,10 +20,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil}
%global host_version 5.0.8
%global runtime_version 5.0.8
%global host_version 5.0.9
%global runtime_version 5.0.9
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 5.0.205
%global sdk_version 5.0.206
%global templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
@ -522,6 +522,10 @@ echo "Testing build results for debug symbols..."
%changelog
* Thu Aug 12 2021 Omair Majid <omajid@redhat.com> - 5.0.206-1
- Update to .NET SDK 5.0.206 and Runtime 5.0.9
- Resolves: RHBZ#1990940
* Tue Aug 10 2021 Omair Majid <omajid@redhat.com> - 5.0.205-1
- Update to .NET SDK 5.0.205 and Runtime 5.0.8
- Resolves: RHBZ#1985445