import UBI dotnet7.0-7.0.111-1.el8_8

This commit is contained in:
eabdullin 2023-09-13 19:25:02 +00:00
parent a5e69b3bd7
commit 89d8fc3c25
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
e9ac90acac3e86bfbd1e23b1d2e374ddc318bec9 SOURCES/dotnet-v7.0.110.tar.gz
21d84bdd7584b1eb5acfc5fbe7523e947ce15812 SOURCES/dotnet-v7.0.111.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.110.tar.gz
SOURCES/dotnet-v7.0.111.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.10
%global runtime_version 7.0.10
%global host_version 7.0.11
%global runtime_version 7.0.11
%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 templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
@ -617,6 +617,10 @@ export COMPlus_LTTng=0
%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-2019
* 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#2228572