Update to .NET SDK 6.0.123 and Runtime 6.0.23
Resolves: RHEL-11696
This commit is contained in:
parent
18c185eb46
commit
0d5299d9fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ SOURCES/dotnet-v6.0.114.tar.gz
|
||||
/dotnet-prebuilts-6.0.120-arm64.tar.gz
|
||||
/dotnet-prebuilts-6.0.120-s390x.tar.gz
|
||||
/dotnet-v6.0.122.tar.gz
|
||||
/dotnet-v6.0.123.tar.gz
|
||||
|
@ -21,10 +21,10 @@
|
||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 6.0.22
|
||||
%global runtime_version 6.0.22
|
||||
%global host_version 6.0.23
|
||||
%global runtime_version 6.0.23
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.122
|
||||
%global sdk_version 6.0.123
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | 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 }')
|
||||
@ -631,6 +631,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 16 2023 Omair Majid <omajid@redhat.com> - 6.0.123-2
|
||||
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
|
||||
- Resolves: RHEL-11696
|
||||
|
||||
* Tue Sep 12 2023 Omair Majid <omajid@redhat.com> - 6.0.122-2
|
||||
- Update to .NET SDK 6.0.122 and Runtime 6.0.22
|
||||
- Resolves: RHEL-1996
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.122.tar.gz) = a397f670c924d2059ae1c45eca59cb52d12b726d60f06f22ea073f55c00807f581b3fe3a129cf4bbc8198fe5bf426c1b3c540664792a1d3818d785517157effd
|
||||
SHA512 (dotnet-v6.0.123.tar.gz) = be18abf4e0537dad6758ec437592a1138524e9ac7c0d25e272d2b64759ddf8583cb3251a7249fc86c246f2759e45a9530cd00e5440f552c25d93c8e7c97ce847
|
||||
|
@ -95,7 +95,7 @@ comment="Update to .NET SDK ${sdk_version} and Runtime ${runtime_version}"
|
||||
commit_message="$comment
|
||||
"
|
||||
for bug_id in "${bug_ids[@]}"; do
|
||||
if [[ $bug =~ ^[[:digit:]]+$ ]]; then
|
||||
if [[ "$bug_id" =~ ^[[:digit:]]+$ ]]; then
|
||||
comment="$comment
|
||||
- Resolves: RHBZ#$bug_id"
|
||||
commit_message="$commit_message
|
||||
|
Loading…
Reference in New Issue
Block a user