import UBI dotnet7.0-7.0.112-1.el9_2
This commit is contained in:
parent
75f8690cbb
commit
30a0a24d0b
@ -1 +1 @@
|
||||
48d4ae84c6c78e3920f21450d7386b6334e72026 SOURCES/dotnet-v7.0.111.tar.gz
|
||||
070cb2bbe9dea812c3ac8ad8e48c0f8e0e80dba7 SOURCES/dotnet-v7.0.112.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v7.0.111.tar.gz
|
||||
SOURCES/dotnet-v7.0.112.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.11
|
||||
%global runtime_version 7.0.11
|
||||
%global host_version 7.0.12
|
||||
%global runtime_version 7.0.12
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 7.0.111
|
||||
%global sdk_version 7.0.112
|
||||
%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 Oct 04 2023 Omair Majid <omajid@redhat.com> - 7.0.112-1
|
||||
- Update to .NET SDK 7.0.112 and Runtime 7.0.12
|
||||
- Resolves: RHEL-11697
|
||||
|
||||
* Fri Sep 01 2023 Omair Majid <omajid@redhat.com> - 7.0.111-1
|
||||
- Update to .NET SDK 7.0.111 and Runtime 7.0.11
|
||||
- Resolves: RHEL-2021
|
||||
|
Loading…
Reference in New Issue
Block a user