import UBI dotnet7.0-7.0.113-1.el9_2

This commit is contained in:
eabdullin 2023-11-01 15:08:11 +00:00
parent 30a0a24d0b
commit 1801f17c62
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
070cb2bbe9dea812c3ac8ad8e48c0f8e0e80dba7 SOURCES/dotnet-v7.0.112.tar.gz
f36bcb1ea67bfeaaaec9275b1263d15a756eb54b SOURCES/dotnet-v7.0.113.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.112.tar.gz
SOURCES/dotnet-v7.0.113.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.12
%global runtime_version 7.0.12
%global host_version 7.0.13
%global runtime_version 7.0.13
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 7.0.112
%global sdk_version 7.0.113
%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
* Mon Oct 23 2023 Omair Majid <omajid@redhat.com> - 7.0.113-1
- Update to .NET SDK 7.0.113 and Runtime 7.0.13
- Resolves: RHEL-14463
* 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