import UBI dotnet7.0-7.0.117-1.el8_9

This commit is contained in:
eabdullin 2024-03-13 17:18:17 +00:00
parent 020f7aa465
commit ef4a06a990
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
cf5aa7e2d85c8bd974c4c8aa652d5d90e6d9e2a1 SOURCES/dotnet-v7.0.116.tar.gz b8f6f28c333ae59f6f884971e3a9bf20daf84877 SOURCES/dotnet-v7.0.117.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.116.tar.gz SOURCES/dotnet-v7.0.117.tar.gz

View File

@ -7,10 +7,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below. # until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil} %define _lto_cflags %{nil}
%global host_version 7.0.16 %global host_version 7.0.17
%global runtime_version 7.0.16 %global runtime_version 7.0.17
%global aspnetcore_runtime_version %{runtime_version} %global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 7.0.116 %global sdk_version 7.0.117
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|') %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 %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
@ -616,6 +616,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog %changelog
* Thu Feb 29 2024 Omair Majid <omajid@redhat.com> - 7.0.117-1
- Update to .NET SDK 7.0.117 and Runtime 7.0.17
- Resolves: RHEL-27546
* Thu Feb 01 2024 Omair Majid <omajid@redhat.com> - 7.0.116-1 * Thu Feb 01 2024 Omair Majid <omajid@redhat.com> - 7.0.116-1
- Update to .NET SDK 7.0.116 and Runtime 7.0.16 - Update to .NET SDK 7.0.116 and Runtime 7.0.16
- Resolves: RHEL-23791 - Resolves: RHEL-23791