import UBI dotnet6.0-6.0.124-1.el9_2
This commit is contained in:
parent
3e2bfebad7
commit
fc4e97d56a
@ -1 +1 @@
|
|||||||
0c83aa4a25689f200d189541b7ba73db94073165 SOURCES/dotnet-v6.0.123.tar.gz
|
f208ea3ede75b19b118d4560e5efd425a38d3a4f SOURCES/dotnet-v6.0.124.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v6.0.123.tar.gz
|
SOURCES/dotnet-v6.0.124.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.23
|
%global host_version 6.0.24
|
||||||
%global runtime_version 6.0.23
|
%global runtime_version 6.0.24
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.123
|
%global sdk_version 6.0.124
|
||||||
%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 23 2023 Omair Majid <omajid@redhat.com> - 6.0.124-1
|
||||||
|
- Update to .NET SDK 6.0.124 and Runtime 6.0.24
|
||||||
|
- Resolves: RHEL-14460
|
||||||
|
|
||||||
* Wed Oct 04 2023 Omair Majid <omajid@redhat.com> - 6.0.123-1
|
* Wed Oct 04 2023 Omair Majid <omajid@redhat.com> - 6.0.123-1
|
||||||
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
|
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
|
||||||
- Resolves: RHEL-11688
|
- Resolves: RHEL-11688
|
||||||
|
Loading…
Reference in New Issue
Block a user