import UBI dotnet7.0-7.0.111-1.el9_2
This commit is contained in:
parent
49b8e90aed
commit
75f8690cbb
@ -1 +1 @@
|
|||||||
b6d01ad6ccab2924ca0adc681898a303d7845a98 SOURCES/dotnet-v7.0.110.tar.gz
|
48d4ae84c6c78e3920f21450d7386b6334e72026 SOURCES/dotnet-v7.0.111.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v7.0.110.tar.gz
|
SOURCES/dotnet-v7.0.111.tar.gz
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%global host_version 7.0.10
|
%global host_version 7.0.11
|
||||||
%global runtime_version 7.0.10
|
%global runtime_version 7.0.11
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 7.0.110
|
%global sdk_version 7.0.111
|
||||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
%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 %{runtime_version}
|
||||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||||
@ -618,6 +618,10 @@ export COMPlus_LTTng=0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Wed Aug 02 2023 Omair Majid <omajid@redhat.com> - 7.0.110-1
|
* 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
|
- Update to .NET SDK 7.0.110 and Runtime 7.0.10
|
||||||
- Resolves: RHBZ#2228573
|
- Resolves: RHBZ#2228573
|
||||||
|
Loading…
Reference in New Issue
Block a user