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
dotnet5.0
Commits
a7416502
Commit
a7416502
authored
Apr 18, 2022
by
Rocky Automation
📺
Browse files
import dotnet5.0-5.0.213-1.el8_5
parent
17e44f7a
Changes
3
Show whitespace changes
Inline
Side-by-side
.dotnet5.0.metadata
View file @
a7416502
2042c0388d94f880ee7e495a095c44f091330ab7
SOURCES/dotnet-v5.0.21
2
-SDK.tar.gz
5bf0db1cb5c90d71df0d5ddb1f9b037963a5c032
SOURCES/dotnet-v5.0.21
3
-SDK.tar.gz
.gitignore
View file @
a7416502
SOURCES/dotnet-v5.0.21
2
-SDK.tar.gz
SOURCES/dotnet-v5.0.21
3
-SDK.tar.gz
SPECS/dotnet5.0.spec
View file @
a7416502
...
...
@@ -20,10 +20,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil}
%global host_version 5.0.1
5
%global runtime_version 5.0.1
5
%global host_version 5.0.1
6
%global runtime_version 5.0.1
6
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 5.0.21
2
%global sdk_version 5.0.21
3
%global templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
...
...
@@ -186,6 +186,8 @@ Requires: dotnet-hostfxr-5.0%{?_isa} >= %{host_rpm_version}-%{release}
# libicu is dlopen()ed
Requires: libicu%{?_isa}
# See src/runtime.*/src/libraries/Native/AnyOS/brotli-version.txt
Provides: bundled(brotli) = 1.0.9
%if %{use_bundled_libunwind}
Provides: bundled(libunwind) = 1.3
%endif
...
...
@@ -516,6 +518,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Thu Apr 07 2022 Omair Majid <omajid@redhat.com> - 5.0.213-1
- Update to .NET SDK 5.0.213 and Runtime 5.0.16
- Resolves: RHBZ#2072003
* Thu Mar 03 2022 Omair Majid <omajid@redhat.com> - 5.0.212-1
- Update to .NET SDK 5.0.212 and Runtime 5.0.15
- Resolves: RHBZ#2060496
...
...
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