import dotnet5.0-5.0.207-1.el8_4

This commit is contained in:
CentOS Sources 2021-09-14 11:47:17 -04:00 committed by Stepan Oksanichenko
parent 4adce24497
commit faf7757294
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
957f4ce0a0d13721d85cc51b0392942ff3af6c87 SOURCES/dotnet-v5.0.206-SDK.tar.gz
e45ae7b33bc6216fc9457ccf44852d640e4e763a SOURCES/dotnet-v5.0.207-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v5.0.206-SDK.tar.gz
SOURCES/dotnet-v5.0.207-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.9
%global runtime_version 5.0.9
%global host_version 5.0.10
%global runtime_version 5.0.10
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 5.0.206
%global sdk_version 5.0.207
%global templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
@ -529,6 +529,10 @@ echo "Testing build results for debug symbols..."
%changelog
* Tue Sep 07 2021 Omair Majid <omajid@redhat.com> - 5.0.207-1
- Update to .NET SDK 5.0.207 and Runtime 5.0.10
- Resolves: RHBZ#2000460
* Fri Aug 06 2021 Omair Majid <omajid@redhat.com> - 5.0.206-1
- Update to .NET SDK 5.0.206 and Runtime 5.0.9
- Resolves: RHBZ#1990965