Update to .NET SDK 7.0.113 and Runtime 7.0.13
Resolves: RHEL-14474
This commit is contained in:
parent
78dc6f905a
commit
30cc15a3e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/dotnet-prebuilts-7.0.109-s390x.tar.gz
|
||||
/dotnet-v7.0.111.tar.gz
|
||||
/dotnet-v7.0.112.tar.gz
|
||||
/dotnet-v7.0.113.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.12
|
||||
%global runtime_version 7.0.12
|
||||
%global host_version 7.0.13
|
||||
%global runtime_version 7.0.13
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 7.0.112
|
||||
%global sdk_version 7.0.113
|
||||
%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
|
||||
* Tue Oct 24 2023 Omair Majid <omajid@redhat.com> - 7.0.113-2
|
||||
- Update to .NET SDK 7.0.113 and Runtime 7.0.13
|
||||
- Resolves: RHEL-14474
|
||||
|
||||
* Mon Oct 16 2023 Omair Majid <omajid@redhat.com> - 7.0.112-2
|
||||
- Update to .NET SDK 7.0.112 and Runtime 7.0.12
|
||||
- Resolves: RHEL-11704
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v7.0.112.tar.gz) = f0ad1a07403788250167c097c8fcc50f7fb506296d41ebd8bbef45c0f34202fcebb015196614901ab023e2512c6e09f270f0e4f7ae54f6501656eb7a9f680620
|
||||
SHA512 (dotnet-v7.0.113.tar.gz) = acdafc40d15643f6afb5edc10f13d7550faa5f56331ddab85246838a673bcac595436d0243dd6c3ee72c33681aa1d5e4b1189646f440ea3e19ccccf85881f07b
|
||||
|
Loading…
Reference in New Issue
Block a user