import dotnet6.0-6.0.110-1.el9_0
This commit is contained in:
parent
ef807e8f41
commit
1ed128c6fd
@ -1 +1 @@
|
||||
6434b0884df143e230c20dbeee5e2e46670275a3 SOURCES/dotnet-v6.0.109.tar.gz
|
||||
cbf23fd9a8c5392230ddd687320e7a74232e3b3c SOURCES/dotnet-v6.0.110.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v6.0.109.tar.gz
|
||||
SOURCES/dotnet-v6.0.110.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.9
|
||||
%global runtime_version 6.0.9
|
||||
%global host_version 6.0.10
|
||||
%global runtime_version 6.0.10
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.109
|
||||
%global sdk_version 6.0.110
|
||||
%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 }')
|
||||
@ -623,6 +623,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Omair Majid <omajid@redhat.com> - 6.0.110-1
|
||||
- Update to .NET SDK 6.0.110 and Runtime 6.0.10
|
||||
- Resolves: RHBZ#2131328
|
||||
|
||||
* Fri Sep 02 2022 Omair Majid <omajid@redhat.com> - 6.0.109-1
|
||||
- Update to .NET SDK 6.0.109 and Runtime 6.0.9
|
||||
- Resolves: RHBZ#2123791
|
||||
|
Loading…
Reference in New Issue
Block a user