import dotnet5.0-5.0.204-1.el8_4

This commit is contained in:
CentOS Sources 2021-06-08 20:00:25 -04:00 committed by Andrew Lukoshko
parent 338756ba37
commit 1f89532d93
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
ea4e6dab25e66e41cae93fc68615675352707df9 SOURCES/dotnet-v5.0.203-SDK.tar.gz
ff7868c64b73af945d0d6d53b482f41b26886850 SOURCES/dotnet-v5.0.204-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v5.0.203-SDK.tar.gz
SOURCES/dotnet-v5.0.204-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.6
%global runtime_version 5.0.6
%global host_version 5.0.7
%global runtime_version 5.0.7
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 5.0.203
%global sdk_version 5.0.204
%global templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
@ -527,6 +527,10 @@ echo "Testing build results for debug symbols..."
%changelog
* Mon May 31 2021 Omair Majid <omajid@redhat.com> - 5.0.204-1
- Update to .NET SDK 5.0.204 and Runtime 5.0.7
- Resolves: RHBZ#1966166
* Thu Apr 29 2021 Omair Majid <omajid@redhat.com> - 5.0.203-1
- Update to .NET SDK 5.0.203 and Runtime 5.0.6
- Resolves: RHBZ#1954328