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
117b644a
Commit
117b644a
authored
Dec 15, 2021
by
Rocky Automation
📺
Browse files
import dotnet5.0-5.0.210-1.el8_5
parent
e4bb4d84
Changes
3
Show whitespace changes
Inline
Side-by-side
.dotnet5.0.metadata
View file @
117b644a
d1a80dee6c9e13ae7b2fa12a8b0018286501b91e
SOURCES/dotnet-v5.0.2
09.
1-SDK.tar.gz
c8d1317df1ddab04711bf28711c42ba316383647
SOURCES/dotnet-v5.0.21
0
-SDK.tar.gz
.gitignore
View file @
117b644a
SOURCES/dotnet-v5.0.2
09.
1-SDK.tar.gz
SOURCES/dotnet-v5.0.21
0
-SDK.tar.gz
SPECS/dotnet5.0.spec
View file @
117b644a
...
...
@@ -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
2
%global runtime_version 5.0.1
2
%global host_version 5.0.1
3
%global runtime_version 5.0.1
3
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 5.0.20
9
%global sdk_version 5.0.2
1
0
%global templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
...
...
@@ -33,7 +33,7 @@
%global sdk_rpm_version %{sdk_version}
# upstream can update releases without revving the SDK version so these don't always match
%global src_version %{sdk_version}
.1
%global src_version %{sdk_version}
%if 0%{?fedora} || 0%{?rhel} < 8
%global use_bundled_libunwind 0
...
...
@@ -326,17 +326,17 @@ ln -s %{_libdir}/dotnet/reference-packages/Private.SourceBuild.ReferencePackages
%endif
# Fix bad hardcoded path in build
sed -i 's|/usr/share/dotnet|%{_libdir}/dotnet|' src/runtime.*/src/installer/corehost/cli/hostmisc/pal.unix.cpp
sed -i 's|/usr/share/dotnet|%{_libdir}/dotnet|' src/
dotnet-
runtime.*/src/installer/corehost/cli/hostmisc/pal.unix.cpp
# Disable warnings
sed -i 's|skiptests|skiptests ignorewarnings|' repos/runtime.common.props
%patch1 -p1
pushd src/runtime.*
pushd src/
dotnet-
runtime.*
popd
pushd src/sdk.*
pushd src/
dotnet-
sdk.*
%patch500 -p1
popd
...
...
@@ -447,7 +447,7 @@ chmod 0755 %{buildroot}/%{_libdir}/dotnet/packs/Microsoft.NETCore.App.Host.%{run
# Provided by dotnet-host from another SRPM
#install -dm 0755 %%{buildroot}/%%{_datadir}/bash-completion/completions
# dynamic completion needs the file to be named the same as the base command
#install src/sdk.*/scripts/register-completions.bash %%{buildroot}/%%{_datadir}/bash-completion/completions/dotnet
#install src/
dotnet-
sdk.*/scripts/register-completions.bash %%{buildroot}/%%{_datadir}/bash-completion/completions/dotnet
# TODO: the zsh completion script needs to be ported to use #compdef
#install -dm 755 %%{buildroot}/%%{_datadir}/zsh/site-functions
...
...
@@ -516,6 +516,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Thu Dec 09 2021 Omair Majid <omajid@redhat.com> - 5.0.210-1
- Update to .NET SDK 5.0.210 and Runtime 5.0.13
- Resolves: RHBZ#2030738
* Fri Nov 19 2021 Omair Majid <omajid@redhat.com> - 5.0.209-1
- Update to .NET SDK 5.0.209 and Runtime 5.0.12
- Resolves: RHBZ#2024414
...
...
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