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
rpms
dotnet
Commits
b8d16df4
Commit
b8d16df4
authored
Apr 15, 2021
by
Rocky Automation
📺
Browse files
import dotnet-2.1.522-1.el8_3
parent
ef3ed333
Changes
2
Show whitespace changes
Inline
Side-by-side
SOURCES/core-rocky-rid.patch
0 → 100644
View file @
b8d16df4
diff -ur dotnet-v2.1.522-SDK/src/corefx/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json dotnet-v2.1.522-SDK-mod/src/corefx/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
--- dotnet-v2.1.522-SDK/src/corefx/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json 2021-02-24 13:34:30.000000000 -0500
+++ dotnet-v2.1.522-SDK-mod/src/corefx/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json 2021-04-15 14:26:23.278683414 -0500
@@ -7481,6 +7481,131 @@
"any",
"base"
],
+ "rocky": [
+ "rocky",
+ "rhel",
+ "linux",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky-corert": [
+ "rocky-corert",
+ "rocky",
+ "rhel-corert",
+ "rhel",
+ "linux-corert",
+ "linux",
+ "unix-corert",
+ "unix",
+ "corert",
+ "any",
+ "base"
+ ],
+ "rocky-x64": [
+ "rocky-x64",
+ "rocky",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky-x64-corert": [
+ "rocky-x64-corert",
+ "rocky-corert",
+ "rocky-x64",
+ "rhel-x64-corert",
+ "rocky",
+ "rhel-corert",
+ "rhel-x64",
+ "linux-x64-corert",
+ "rhel",
+ "linux-corert",
+ "linux-x64",
+ "unix-x64-corert",
+ "linux",
+ "unix-corert",
+ "unix-x64",
+ "unix",
+ "corert",
+ "any",
+ "base"
+ ],
+ "rocky.8": [
+ "rocky.8",
+ "rocky",
+ "rhel.8",
+ "rhel",
+ "linux",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rocky.8-corert": [
+ "rocky.8-corert",
+ "rocky.8",
+ "rocky-corert",
+ "rhel.8-corert",
+ "rocky",
+ "rhel.8",
+ "rhel-corert",
+ "rhel",
+ "linux-corert",
+ "linux",
+ "unix-corert",
+ "unix",
+ "corert",
+ "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.8-x64-corert": [
+ "rocky.8-x64-corert",
+ "rocky.8-corert",
+ "rocky.8-x64",
+ "rocky.8",
+ "rocky-x64-corert",
+ "rocky-corert",
+ "rhel.8-corert",
+ "rocky-x64",
+ "rhel.8-x64",
+ "rocky",
+ "rhel.8",
+ "rhel-x64-corert",
+ "rhel-corert",
+ "rhel-x64",
+ "rhel",
+ "linux-x64-corert",
+ "linux-corert",
+ "linux-x64",
+ "linux",
+ "unix-x64-corert",
+ "unix-corert",
+ "unix-x64",
+ "unix",
+ "corert",
+ "any",
+ "base"
+ ],
"sles": [
"sles",
"linux",
@@ -12343,4 +12468,4 @@
"any",
"base"
]
-}
\
No newline at end of file
+}
diff -ur dotnet-v2.1.522-SDK/src/corefx/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props dotnet-v2.1.522-SDK-mod/src/corefx/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
--- dotnet-v2.1.522-SDK/src/corefx/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props 2021-02-24 13:34:30.000000000 -0500
+++ dotnet-v2.1.522-SDK-mod/src/corefx/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props 2021-04-15 14:27:15.281148973 -0500
@@ -116,6 +116,14 @@
<Versions>8;8.0;8.1</Versions>
</RuntimeGroup>
+ <RuntimeGroup Include="rocky">
+ <Parent>rhel</Parent>
+ <Architectures>x64</Architectures>
+ <Versions>8</Versions>
+ <ApplyVersionsToParent>true</ApplyVersionsToParent>
+ <TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
+ </RuntimeGroup>
+
<RuntimeGroup Include="sles">
<Parent>linux</Parent>
<Architectures>x64</Architectures>
diff -ur dotnet-v2.1.522-SDK/src/corefx/pkg/Microsoft.NETCore.Platforms/runtime.json dotnet-v2.1.522-SDK-mod/src/corefx/pkg/Microsoft.NETCore.Platforms/runtime.json
--- dotnet-v2.1.522-SDK/src/corefx/pkg/Microsoft.NETCore.Platforms/runtime.json 2021-02-24 13:34:30.000000000 -0500
+++ dotnet-v2.1.522-SDK-mod/src/corefx/pkg/Microsoft.NETCore.Platforms/runtime.json 2021-04-15 14:22:53.067843652 -0500
@@ -2640,6 +2640,58 @@
"rhel.8.0-x64-corert"
]
},
+ "rocky": {
+ "#import": [
+ "rhel"
+ ]
+ },
+ "rocky-corert": {
+ "#import": [
+ "rocky",
+ "rhel-corert"
+ ]
+ },
+ "rocky-x64": {
+ "#import": [
+ "rocky",
+ "rhel-x64"
+ ]
+ },
+ "rocky-x64-corert": {
+ "#import": [
+ "rocky-corert",
+ "rocky-x64",
+ "rhel-x64-corert"
+ ]
+ },
+ "rocky.8": {
+ "#import": [
+ "rocky",
+ "rhel.8"
+ ]
+ },
+ "rocky.8-corert": {
+ "#import": [
+ "rocky.8",
+ "rocky-corert",
+ "rhel.8-corert"
+ ]
+ },
+ "rocky.8-x64": {
+ "#import": [
+ "rocky.8",
+ "rocky-x64",
+ "rhel.8-x64"
+ ]
+ },
+ "rocky.8-x64-corert": {
+ "#import": [
+ "rocky.8-corert",
+ "rocky.8-x64",
+ "rocky.8",
+ "rocky-x64-corert"
+ ]
+ },
"sles": {
"#import": [
"linux"
@@ -4605,4 +4657,4 @@
]
}
}
-}
\
No newline at end of file
+}
SPECS/dotnet.spec
View file @
b8d16df4
...
...
@@ -34,7 +34,7 @@
Name: dotnet
Version: %{sdk_version}
Release: 1%{?dist}
Release:
1%{?dist}
.rocky
Summary: .NET Core CLI tools and runtime
License: MIT and ASL 2.0 and BSD
URL: https://github.com/dotnet/
...
...
@@ -58,6 +58,7 @@ Patch300: core-setup-4510-commit-id.patch
Patch301: core-setup-pie.patch
Patch400: cli-telemetry-optout.patch
Patch401: core-rocky-rid.patch
ExclusiveArch: x86_64
...
...
@@ -231,6 +232,7 @@ sed -i 's|-DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE|-DCLR_CMAKE_USE_SYSTEM_LIBUNWIND
cat source-build-info.txt
%patch401 -p1
%build
export DOTNET_CLI_TELEMETRY_OPTOUT=1
...
...
@@ -317,6 +319,9 @@ rm %{buildroot}%{_libdir}/%{simple_name}/dotnet
%{_libdir}/%{simple_name}/sdk/%{sdk_version}
%changelog
* Thu Apr 15 2021 Michael L. Young <elgueromexicano@gmail.com> - 2.1.522-1.rocky
- Add Rocky Runtime ID
* Tue Mar 02 2021 Omair Majid <omajid@redhat.com> - 2.1.522-1
- Update to .NET Core SDK 2.1.522 and Runtime 2.1.26
- Resolves: RHBZ#1933844
...
...
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