specify RuntimeIdentifier

This commit is contained in:
slava86 2022-04-07 00:22:21 +03:00
parent f969ecad4d
commit 89e8119c15
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,7 @@
--- a/sdk/3.1.112/RuntimeIdentifierGraph.json 2021-03-21 15:37:29.355463709 +0300
+++ b/sdk/3.1.112/RuntimeIdentifierGraph.json 2021-03-21 15:40:12.316442542 +0300
diff --git a/sdk/3.1.118/RuntimeIdentifierGraph.json b/sdk/3.1.118/RuntimeIdentifierGraph.json-diff
index 627a6a3..f834806 100644
--- a/sdk/3.1.118/RuntimeIdentifierGraph.json
+++ b/sdk/3.1.118/RuntimeIdentifierGraph.json-diff
@@ -1,5 +1,35 @@
{
"runtimes": {
@ -36,3 +38,10 @@
"alpine": {
"#import": [
"linux-musl"
@@ -2368,4 +2398,4 @@
]
}
}
-}
\ No newline at end of file
+}

View file

@ -410,6 +410,9 @@ cat /etc/os-release
%if %{without bootstrap}
# We need to create a copy because we will mutate this
cp -a %{_libdir}/dotnet previously-built-dotnet
pushd previously-built-dotnet
patch -p1 < %{P:501}
popd
%endif
%if 0%{?fedora} > 32 || 0%{?rhel} > 8