import UBI dotnet7.0-7.0.110-1.el9_2
This commit is contained in:
parent
53db49b844
commit
49b8e90aed
@ -1 +1 @@
|
||||
32c7f19d9d705ce79cede9df391d77cf719b477c SOURCES/dotnet-v7.0.109.tar.gz
|
||||
b6d01ad6ccab2924ca0adc681898a303d7845a98 SOURCES/dotnet-v7.0.110.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v7.0.109.tar.gz
|
||||
SOURCES/dotnet-v7.0.110.tar.gz
|
||||
|
@ -6,10 +6,10 @@
|
||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 7.0.9
|
||||
%global runtime_version 7.0.9
|
||||
%global host_version 7.0.10
|
||||
%global runtime_version 7.0.10
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 7.0.109
|
||||
%global sdk_version 7.0.110
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | 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 }')
|
||||
@ -618,6 +618,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 02 2023 Omair Majid <omajid@redhat.com> - 7.0.110-1
|
||||
- Update to .NET SDK 7.0.110 and Runtime 7.0.10
|
||||
- Resolves: RHBZ#2228573
|
||||
|
||||
* Tue Jul 04 2023 Omair Majid <omajid@redhat.com> - 7.0.109-1
|
||||
- Update to .NET SDK 7.0.109 and Runtime 7.0.9
|
||||
- Resolves: RHBZ#2219634
|
||||
|
Loading…
Reference in New Issue
Block a user