import dotnet6.0-6.0.107-1.el8_6
This commit is contained in:
parent
441fb13405
commit
7b0d2b35c6
@ -1 +1 @@
|
||||
c82bfa5f9a642621fed796e5e9286a746d81e8a2 SOURCES/dotnet-v6.0.106-SDK.tar.gz
|
||||
a5abc5efe395a8000a187a636c3a826822f42d62 SOURCES/dotnet-v6.0.107-SDK.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v6.0.106-SDK.tar.gz
|
||||
SOURCES/dotnet-v6.0.107-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 6.0.6
|
||||
%global runtime_version 6.0.6
|
||||
%global host_version 6.0.7
|
||||
%global runtime_version 6.0.7
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.106
|
||||
%global sdk_version 6.0.107
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||
%global templates_version %{runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -646,6 +646,10 @@ echo "Testing build results for debug symbols..."
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 01 2022 Andrew Slice <andrew.slice@redhat.com> - 6.0.107-1
|
||||
- Update to .NET SDK 6.0.107 and Runtime 6.0.7
|
||||
- Resolves: RHBZ#2103268
|
||||
|
||||
* Mon Jun 06 2022 Omair Majid <omajid@redhat.com> - 6.0.106-1
|
||||
- Update to .NET SDK 6.0.106 and Runtime 6.0.6
|
||||
- Resolves: RHBZ#2093432
|
||||
|
Loading…
Reference in New Issue
Block a user