Update to .NET SDK 7.0.115 and Runtime 7.0.15
Resolves: RHEL-19799
This commit is contained in:
parent
b4e1c4204a
commit
71dc7f0a66
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/dotnet-v7.0.112.tar.gz
|
||||
/dotnet-v7.0.113.tar.gz
|
||||
/dotnet-v7.0.114.tar.gz
|
||||
/dotnet-v7.0.115.tar.gz
|
||||
|
@ -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 }')
|
||||
@ -618,6 +618,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 15 2024 Omair Majid <omajid@redhat.com> - 7.0.115-2
|
||||
- Update to .NET SDK 7.0.115 and Runtime 7.0.15
|
||||
- Resolves: RHEL-19799
|
||||
|
||||
* Fri Dec 22 2023 Omair Majid <omajid@redhat.com> - 7.0.114-2
|
||||
- Update to .NET SDK 7.0.114 and Runtime 7.0.14
|
||||
- Resolves: RHEL-15350
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v7.0.114.tar.gz) = d7f18592b739e81c183736cab96800261e2137b4184f2a1dcf90a13e10647e3ab12e4c1afbc54ad6be4a1f2968c730b29db20c30a9dfc7d9b904cc088753d8ba
|
||||
SHA512 (dotnet-v7.0.115.tar.gz) = 1e3f9cd896ff477ad6fca7f98940610473d31fcfb3a84f04dec39eab640a15fc519a4b9194b281e3d82c63016294f09d4bf050c2e907f7d16779b370f9f643f0
|
||||
|
Loading…
Reference in New Issue
Block a user