import UBI dotnet6.0-6.0.128-1.el8_9

This commit is contained in:
eabdullin 2024-03-12 19:12:36 +00:00
parent 77a4dcd2fb
commit 9391051dd2
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
ff61dcc329a1b257d6d41274225861f100567b16 SOURCES/dotnet-v6.0.127.tar.gz
b57a75f1ff2f926ab9ecc0e2f338da8f92141f86 SOURCES/dotnet-v6.0.128.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v6.0.127.tar.gz
SOURCES/dotnet-v6.0.128.tar.gz

View File

@ -21,10 +21,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil}
%global host_version 6.0.27
%global runtime_version 6.0.27
%global host_version 6.0.28
%global runtime_version 6.0.28
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.127
%global sdk_version 6.0.128
%global sdk_feature_band_version %(echo %{sdk_version} | 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 }')
@ -634,6 +634,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Thu Feb 29 2024 Omair Majid <omajid@redhat.com> - 6.0.128-1
- Update to .NET SDK 6.0.128 and Runtime 6.0.28
- Resolves: RHEL-27538
* Thu Feb 01 2024 Omair Majid <omajid@redhat.com> - 6.0.127-1
- Update to .NET SDK 6.0.127 and Runtime 6.0.27
- Resolves: RHEL-23786