import dotnet6.0-6.0.114-1.el9_1
This commit is contained in:
parent
218588ba99
commit
1524b2310f
@ -1 +1 @@
|
|||||||
653ad05fccacc27431a3875112e72bf3a8bfbaa8 SOURCES/dotnet-v6.0.113.tar.gz
|
81198a6aab86269f1a3b418f8e7e112b3dceda3f SOURCES/dotnet-v6.0.114.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v6.0.113.tar.gz
|
SOURCES/dotnet-v6.0.114.tar.gz
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
From 499fcf6e3b0e4b01a9c340a06f00cfc3e1fcc5d2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Tom Deseyn <tom.deseyn@gmail.com>
|
|
||||||
Date: Tue, 5 Oct 2021 09:04:14 +0200
|
|
||||||
Subject: [PATCH] Use the portable rid for --use-current-runtime.
|
|
||||||
|
|
||||||
---
|
|
||||||
.../targets/Microsoft.NET.RuntimeIdentifierInference.targets | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.RuntimeIdentifierInference.targets b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.RuntimeIdentifierInference.targets
|
|
||||||
index 17308aa9160..e764b2d9845 100644
|
|
||||||
--- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.RuntimeIdentifierInference.targets
|
|
||||||
+++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.RuntimeIdentifierInference.targets
|
|
||||||
@@ -62,7 +62,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(UseCurrentRuntimeIdentifier)' == 'true'">
|
|
||||||
- <RuntimeIdentifier>$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
|
|
||||||
+ <RuntimeIdentifier>$(NETCoreSdkPortableRuntimeIdentifier)</RuntimeIdentifier>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(PlatformTarget)' == ''">
|
|
@ -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.13
|
%global host_version 6.0.14
|
||||||
%global runtime_version 6.0.13
|
%global runtime_version 6.0.14
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.113
|
%global sdk_version 6.0.114
|
||||||
%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 }')
|
||||||
@ -110,8 +110,6 @@ Patch1001: msbuild-no-systemconfiguration.patch
|
|||||||
|
|
||||||
# Disable telemetry by default; make it opt-in
|
# Disable telemetry by default; make it opt-in
|
||||||
Patch1500: sdk-telemetry-optout.patch
|
Patch1500: sdk-telemetry-optout.patch
|
||||||
# https://github.com/dotnet/sdk/pull/22373
|
|
||||||
Patch1501: sdk-22373-portablerid.patch
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -409,7 +407,6 @@ popd
|
|||||||
|
|
||||||
pushd src/sdk
|
pushd src/sdk
|
||||||
%patch1500 -p1
|
%patch1500 -p1
|
||||||
%patch1501 -p1
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd src/installer
|
pushd src/installer
|
||||||
@ -612,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
- Resolves: RHBZ#2166770
|
||||||
|
|
||||||
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 6.0.113-1
|
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 6.0.113-1
|
||||||
- Update to .NET SDK 6.0.113 and Runtime 6.0.13
|
- Update to .NET SDK 6.0.113 and Runtime 6.0.13
|
||||||
- Resolves: RHBZ#2154459
|
- Resolves: RHBZ#2154459
|
||||||
|
Loading…
Reference in New Issue
Block a user