import dotnet6.0-6.0.115-1.el9_1
This commit is contained in:
parent
1524b2310f
commit
351ab15f6c
@ -1 +1 @@
|
|||||||
81198a6aab86269f1a3b418f8e7e112b3dceda3f SOURCES/dotnet-v6.0.114.tar.gz
|
0a879a52bb2db70dc228dede474660761a16bd2c SOURCES/dotnet-v6.0.115.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v6.0.114.tar.gz
|
SOURCES/dotnet-v6.0.115.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.14
|
%global host_version 6.0.15
|
||||||
%global runtime_version 6.0.14
|
%global runtime_version 6.0.15
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.114
|
%global sdk_version 6.0.115
|
||||||
%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
|
||||||
|
* Thu Mar 02 2023 Omair Majid <omajid@redhat.com> - 6.0.115-1
|
||||||
|
- Update to .NET SDK 6.0.115 and Runtime 6.0.15
|
||||||
|
- Resolves: RHBZ#2174986
|
||||||
|
|
||||||
* Thu Feb 02 2023 Omair Majid <omajid@redhat.com> - 6.0.114-1
|
* Thu Feb 02 2023 Omair Majid <omajid@redhat.com> - 6.0.114-1
|
||||||
- Update to .NET SDK 6.0.114 and Runtime 6.0.14
|
- Update to .NET SDK 6.0.114 and Runtime 6.0.14
|
||||||
- Resolves: RHBZ#2166770
|
- Resolves: RHBZ#2166770
|
||||||
|
Loading…
Reference in New Issue
Block a user