Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
patch
dotnet5.0
Commits
d766995b
Verified
Commit
d766995b
authored
May 29, 2021
by
Louis Abel
📺
Browse files
empty main
parent
a3cfc160
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
d766995b
Empty main branch. It's likely major releases will diverge, especially after the 5 year mark.
ROCKY/CFG/add-rocky-rid.cfg
deleted
100644 → 0
View file @
a3cfc160
add {
file: "ROCKY/_supporting/add-rocky-rid.patch"
}
spec_change {
file {
name: "add-rocky-rid.patch"
type: Patch
add: true
add_to_prep: true
n_path: 1
}
append {
field: "Release"
value: ".rocky"
}
changelog {
author_name: "Michael L. Young"
author_email: "elgueromexicano@gmail.com"
message: "Add Rocky Runtime ID"
}
}
ROCKY/_supporting/add-rocky-rid.patch
deleted
100644 → 0
View file @
a3cfc160
diff -ru a/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json b/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
--- a/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json 2021-04-27 16:00:03.000000000 +0000
+++ b/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json 2021-05-28 21:47:41.785195745 +0000
@@ -4601,6 +4601,122 @@
"any",
"base"
],
+ "rocky": [
+ "rocky",
+ "rhel",
+ "linux",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky-arm64": [
+ "rocky-arm64",
+ "rocky",
+ "rhel-arm64",
+ "rhel",
+ "linux-arm64",
+ "linux",
+ "unix-arm64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky-x64": [
+ "rocky-x64",
+ "rocky",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky.8": [
+ "rocky.8",
+ "rocky",
+ "rhel.8",
+ "rhel",
+ "linux",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky.8-arm64": [
+ "rocky.8-arm64",
+ "rocky.8",
+ "rocky-arm64",
+ "rhel.8-arm64",
+ "rocky",
+ "rhel.8",
+ "rhel-arm64",
+ "rhel",
+ "linux-arm64",
+ "linux",
+ "unix-arm64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky.8-x64": [
+ "rocky.8-x64",
+ "rocky.8",
+ "rocky-x64",
+ "rhel.8-x64",
+ "rocky",
+ "rhel.8",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky.9": [
+ "rocky.9",
+ "rocky",
+ "rhel.9",
+ "rhel",
+ "linux",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky.9-arm64": [
+ "rocky.9-arm64",
+ "rocky.9",
+ "rocky-arm64",
+ "rhel.9-arm64",
+ "rocky",
+ "rhel.9",
+ "rhel-arm64",
+ "rhel",
+ "linux-arm64",
+ "linux",
+ "unix-arm64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky.9-x64": [
+ "rocky.9-x64",
+ "rocky.9",
+ "rocky-x64",
+ "rhel.9-x64",
+ "rocky",
+ "rhel.9",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
"sles": [
"sles",
"linux",
@@ -7032,4 +7148,4 @@
"any",
"base"
]
-}
\
No newline at end of file
+}
diff -ru a/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props b/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
--- a/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props 2021-04-27 16:00:03.000000000 +0000
+++ b/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props 2021-05-28 21:48:14.937048793 +0000
@@ -187,6 +187,14 @@
<Versions>9</Versions>
</RuntimeGroup>
+ <RuntimeGroup Include="rocky">
+ <Parent>rhel</Parent>
+ <Architectures>x64;arm64</Architectures>
+ <Versions>8;9</Versions>
+ <ApplyVersionsToParent>true</ApplyVersionsToParent>
+ <TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
+ </RuntimeGroup>
+
<RuntimeGroup Include="sles">
<Parent>linux</Parent>
<Architectures>x64</Architectures>
diff -ru a/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json b/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json
--- a/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json 2021-04-27 16:00:03.000000000 +0000
+++ b/src/dotnet-runtime.478b2f8c0e480665f6c52c95cd57830784dc9560/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json 2021-05-28 21:48:56.086107623 +0000
@@ -1955,6 +1955,63 @@
"rhel-x64"
]
},
+ "rocky": {
+ "#import": [
+ "rhel"
+ ]
+ },
+ "rocky-arm64": {
+ "#import": [
+ "rocky",
+ "rhel-arm64"
+ ]
+ },
+ "rocky-x64": {
+ "#import": [
+ "rocky",
+ "rhel-x64"
+ ]
+ },
+ "rocky.8": {
+ "#import": [
+ "rocky",
+ "rhel.8"
+ ]
+ },
+ "rocky.8-arm64": {
+ "#import": [
+ "rocky.8",
+ "rocky-arm64",
+ "rhel.8-arm64"
+ ]
+ },
+ "rocky.8-x64": {
+ "#import": [
+ "rocky.8",
+ "rocky-x64",
+ "rhel.8-x64"
+ ]
+ },
+ "rocky.9": {
+ "#import": [
+ "rocky",
+ "rhel.9"
+ ]
+ },
+ "rocky.9-arm64": {
+ "#import": [
+ "rocky.9",
+ "rocky-arm64",
+ "rhel.9-arm64"
+ ]
+ },
+ "rocky.9-x64": {
+ "#import": [
+ "rocky.9",
+ "rocky-x64",
+ "rhel.9-x64"
+ ]
+ },
"sles": {
"#import": [
"linux"
@@ -3121,4 +3178,4 @@
]
}
}
-}
\
No newline at end of file
+}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment