import UBI dotnet6.0-6.0.132-1.el9_4
This commit is contained in:
parent
828585f958
commit
a743d8338b
@ -1 +1 @@
|
|||||||
d9593a3dc82832112744ba6bbeeabf18dc80cc7e SOURCES/dotnet-v6.0.130.tar.gz
|
f8226eaa4bfbeacc569ea06a9219f304339c804c SOURCES/dotnet-v6.0.132.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v6.0.130.tar.gz
|
SOURCES/dotnet-v6.0.132.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.30
|
%global host_version 6.0.32
|
||||||
%global runtime_version 6.0.30
|
%global runtime_version 6.0.32
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.130
|
%global sdk_version 6.0.132
|
||||||
%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 }')
|
||||||
@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 27 2024 Omair Majid <omajid@redhat.com> - 6.0.132-1
|
||||||
|
- Update to .NET SDK 6.0.132 and Runtime 6.0.32
|
||||||
|
- Resolves: RHEL-45321
|
||||||
|
|
||||||
* Mon May 06 2024 Omair Majid <omajid@redhat.com> - 6.0.130-1
|
* Mon May 06 2024 Omair Majid <omajid@redhat.com> - 6.0.130-1
|
||||||
- Update to .NET SDK 6.0.130 and Runtime 6.0.30
|
- Update to .NET SDK 6.0.130 and Runtime 6.0.30
|
||||||
- Resolves: RHEL-35310
|
- Resolves: RHEL-35310
|
||||||
|
Loading…
Reference in New Issue
Block a user