import UBI dotnet6.0-6.0.136-1.el8_10
This commit is contained in:
parent
9bfd201e60
commit
9f740998d6
@ -1 +1 @@
|
||||
df9dbde06f514e0602023b338bdcf03712cdf7ef SOURCES/dotnet-v6.0.135.tar.gz
|
||||
86b34322ef8a1f0d675acabab08fadaac3e399d8 SOURCES/dotnet-v6.0.136.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v6.0.135.tar.gz
|
||||
SOURCES/dotnet-v6.0.136.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.35
|
||||
%global runtime_version 6.0.35
|
||||
%global host_version 6.0.36
|
||||
%global runtime_version 6.0.36
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.135
|
||||
%global sdk_version 6.0.136
|
||||
%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 }')
|
||||
@ -634,7 +634,11 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 28 2024 Omair Majid <omajid@redhat.com> - 6.0.135-1
|
||||
* Thu Oct 31 2024 Omair Majid <omajid@redhat.com> - 6.0.136-1
|
||||
- Update to .NET SDK 6.0.136 and Runtime 6.0.36
|
||||
- Resolves: RHEL-65364
|
||||
|
||||
* Tue Oct 15 2024 Omair Majid <omajid@redhat.com> - 6.0.135-2
|
||||
- Update to .NET SDK 6.0.135 and Runtime 6.0.35
|
||||
- Resolves: RHEL-60792
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user