import dotnet5.0-5.0.208-1.el8_4
This commit is contained in:
parent
faf7757294
commit
6f5f19809d
@ -1 +1 @@
|
||||
e45ae7b33bc6216fc9457ccf44852d640e4e763a SOURCES/dotnet-v5.0.207-SDK.tar.gz
|
||||
88fd61e290a8c6c76759ba819d42a2d861e7b521 SOURCES/dotnet-v5.0.208-SDK.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v5.0.207-SDK.tar.gz
|
||||
SOURCES/dotnet-v5.0.208-SDK.tar.gz
|
||||
|
@ -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.10
|
||||
%global runtime_version 5.0.10
|
||||
%global host_version 5.0.11
|
||||
%global runtime_version 5.0.11
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 5.0.207
|
||||
%global sdk_version 5.0.208
|
||||
%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
|
||||
* Wed Oct 06 2021 Omair Majid <omajid@redhat.com> - 5.0.208-1
|
||||
- Update to .NET SDK 5.0.208 and Runtime 5.0.11
|
||||
- Resolves: RHBZ#2011060
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user