import UBI dotnet7.0-7.0.115-1.el8_9

This commit is contained in:
eabdullin 2024-01-10 19:08:52 +00:00
parent c15eaa1c6c
commit c3f7366a9c
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
ddf46282afb1c03b24a2345d5189606cf8a43400 SOURCES/dotnet-v7.0.114.tar.gz
cf6efafdf1639cf4a58c8ba953512f2cf513daa4 SOURCES/dotnet-v7.0.115.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.114.tar.gz
SOURCES/dotnet-v7.0.115.tar.gz

View File

@ -7,10 +7,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.14
%global runtime_version 7.0.14
%global host_version 7.0.15
%global runtime_version 7.0.15
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 7.0.114
%global sdk_version 7.0.115
%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 }')
@ -613,6 +613,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Wed Dec 20 2023 Omair Majid <omajid@redhat.com> - 7.0.115-1
- Update to .NET SDK 7.0.115 and Runtime 7.0.15
- Resolves: RHEL-19805
* Thu Nov 02 2023 Omair Majid <omajid@redhat.com> - 7.0.114-1
- Update to .NET SDK 7.0.114 and Runtime 7.0.14
- Resolves: RHEL-15358