import UBI dotnet7.0-7.0.109-1.el9_2

This commit is contained in:
Andrew Lukoshko 2023-07-13 14:13:40 +00:00
parent 91c9c57b7e
commit 53db49b844
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
996a6fa227fc74a200891efe2ccdd0b6b6776e6a SOURCES/dotnet-v7.0.108.tar.gz
32c7f19d9d705ce79cede9df391d77cf719b477c SOURCES/dotnet-v7.0.109.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.108.tar.gz
SOURCES/dotnet-v7.0.109.tar.gz

View File

@ -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.8
%global runtime_version 7.0.8
%global host_version 7.0.9
%global runtime_version 7.0.9
%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 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
* 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
* 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
- Resolves: RHBZ#2216226