mirror of
https://abf.rosa.ru/djam/dotnet3.1.git
synced 2025-02-23 14:32:57 +00:00
specify RuntimeIdentifier
This commit is contained in:
parent
f969ecad4d
commit
89e8119c15
2 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
--- a/sdk/3.1.112/RuntimeIdentifierGraph.json 2021-03-21 15:37:29.355463709 +0300
|
diff --git a/sdk/3.1.118/RuntimeIdentifierGraph.json b/sdk/3.1.118/RuntimeIdentifierGraph.json-diff
|
||||||
+++ b/sdk/3.1.112/RuntimeIdentifierGraph.json 2021-03-21 15:40:12.316442542 +0300
|
index 627a6a3..f834806 100644
|
||||||
|
--- a/sdk/3.1.118/RuntimeIdentifierGraph.json
|
||||||
|
+++ b/sdk/3.1.118/RuntimeIdentifierGraph.json-diff
|
||||||
@@ -1,5 +1,35 @@
|
@@ -1,5 +1,35 @@
|
||||||
{
|
{
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
|
@ -36,3 +38,10 @@
|
||||||
"alpine": {
|
"alpine": {
|
||||||
"#import": [
|
"#import": [
|
||||||
"linux-musl"
|
"linux-musl"
|
||||||
|
@@ -2368,4 +2398,4 @@
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
-}
|
||||||
|
\ No newline at end of file
|
||||||
|
+}
|
||||||
|
|
|
@ -410,6 +410,9 @@ cat /etc/os-release
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
# We need to create a copy because we will mutate this
|
# We need to create a copy because we will mutate this
|
||||||
cp -a %{_libdir}/dotnet previously-built-dotnet
|
cp -a %{_libdir}/dotnet previously-built-dotnet
|
||||||
|
pushd previously-built-dotnet
|
||||||
|
patch -p1 < %{P:501}
|
||||||
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} > 32 || 0%{?rhel} > 8
|
%if 0%{?fedora} > 32 || 0%{?rhel} > 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue