import UBI dotnet7.0-7.0.109-1.el8_8
This commit is contained in:
parent
d7d6ceae1d
commit
a8a85ffe6b
@ -1 +1 @@
|
|||||||
42994638e2be086cf2e02f4e08b05b7101b6fdab SOURCES/dotnet-v7.0.108.tar.gz
|
32a3b6d09ca08f106eb2b290b2bbd4ec514cd7f5 SOURCES/dotnet-v7.0.109.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v7.0.108.tar.gz
|
SOURCES/dotnet-v7.0.109.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.8
|
%global host_version 7.0.9
|
||||||
%global runtime_version 7.0.8
|
%global runtime_version 7.0.9
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 7.0.108
|
%global sdk_version 7.0.109
|
||||||
%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 }')
|
||||||
@ -617,6 +617,10 @@ export COMPlus_LTTng=0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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#2219633
|
||||||
|
|
||||||
* Tue Jun 20 2023 Omair Majid <omajid@redhat.com> - 7.0.108-1
|
* Tue Jun 20 2023 Omair Majid <omajid@redhat.com> - 7.0.108-1
|
||||||
- Update to .NET SDK 7.0.108 and Runtime 7.0.8
|
- Update to .NET SDK 7.0.108 and Runtime 7.0.8
|
||||||
- Resolves: RHBZ#2216225
|
- Resolves: RHBZ#2216225
|
||||||
|
Loading…
Reference in New Issue
Block a user