import UBI dotnet7.0-7.0.115-1.el9_3

This commit is contained in:
eabdullin 2024-01-10 21:13:40 +00:00
parent ea924e8ceb
commit 487cc693e4
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
a21cfc1f835acafe4c1b41500844e3a3b99e0582 SOURCES/dotnet-v7.0.114.tar.gz 6b02783d5f967b085a0c4dd24849093deb37b399 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

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