Update to .NET SDK 6.0.123 and Runtime 6.0.23
Resolves: RHEL-11689
This commit is contained in:
parent
4340031cd9
commit
5d1e07c588
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/dotnet-v6.0.120.tar.gz
|
/dotnet-v6.0.120.tar.gz
|
||||||
/dotnet-v6.0.121.tar.gz
|
/dotnet-v6.0.121.tar.gz
|
||||||
/dotnet-v6.0.122.tar.gz
|
/dotnet-v6.0.122.tar.gz
|
||||||
|
/dotnet-v6.0.123.tar.gz
|
||||||
|
@ -20,10 +20,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 6.0.22
|
%global host_version 6.0.23
|
||||||
%global runtime_version 6.0.22
|
%global runtime_version 6.0.23
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%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 sdk_feature_band_version %(echo %{sdk_version} | 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
|
||||||
|
* 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-11689
|
||||||
|
|
||||||
* Tue Sep 12 2023 Omair Majid <omajid@redhat.com> - 6.0.122-2
|
* 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
|
- Update to .NET SDK 6.0.122 and Runtime 6.0.22
|
||||||
- Resolves: RHEL-1997
|
- Resolves: RHEL-1997
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v6.0.122.tar.gz) = 42a8399201fe5e239257ded8a0f2b857c8d7f853926918f7d94dfc29cb6e7c98af4d03a015d4f49b53ab69a899f2f0de109471d779beb24975650e6b5021a069
|
SHA512 (dotnet-v6.0.123.tar.gz) = e8fa3e39db8e942d11c0502cee57327db3e3e58976d7676889726053828737f6aca847ec6693e11668101b9cb51a9030c91b97a41c1f60bf3174f6e57226a5bd
|
||||||
|
@ -95,7 +95,7 @@ comment="Update to .NET SDK ${sdk_version} and Runtime ${runtime_version}"
|
|||||||
commit_message="$comment
|
commit_message="$comment
|
||||||
"
|
"
|
||||||
for bug_id in "${bug_ids[@]}"; do
|
for bug_id in "${bug_ids[@]}"; do
|
||||||
if [[ $bug =~ ^[[:digit:]]+$ ]]; then
|
if [[ "$bug_id" =~ ^[[:digit:]]+$ ]]; then
|
||||||
comment="$comment
|
comment="$comment
|
||||||
- Resolves: RHBZ#$bug_id"
|
- Resolves: RHBZ#$bug_id"
|
||||||
commit_message="$commit_message
|
commit_message="$commit_message
|
||||||
|
Loading…
Reference in New Issue
Block a user