From 09d6950290e65e9ee1b1ee6c06d5d544bbb1f472 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 29 2021 09:42:49 +0000 Subject: import rh-dotnet50-dotnet-5.0.209-1.el7_9 --- diff --git a/.gitignore b/.gitignore index 2705591..4c240a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v5.0.208-SDK.tar.gz +SOURCES/dotnet-v5.0.209.1-SDK.tar.gz diff --git a/.rh-dotnet50-dotnet.metadata b/.rh-dotnet50-dotnet.metadata index 3525e46..debb3e9 100644 --- a/.rh-dotnet50-dotnet.metadata +++ b/.rh-dotnet50-dotnet.metadata @@ -1 +1 @@ -b54b7a8c63e944d40327ec62376dc556b3da8b79 SOURCES/dotnet-v5.0.208-SDK.tar.gz +d1a80dee6c9e13ae7b2fa12a8b0018286501b91e SOURCES/dotnet-v5.0.209.1-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 3989d4b..2dc3138 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -23,10 +23,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.11 -%global runtime_version 5.0.11 +%global host_version 5.0.12 +%global runtime_version 5.0.12 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.208 +%global sdk_version 5.0.209 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -37,7 +37,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} +%global src_version %{sdk_version}.1 %if 0%{?fedora} || 0%{?rhel} < 8 %global use_bundled_libunwind 0 @@ -320,7 +320,7 @@ 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/dotnet-runtime.*/src/installer/corehost/cli/hostmisc/pal.unix.cpp +sed -i 's|/usr/share/dotnet|%{_libdir}/dotnet|' src/runtime.*/src/installer/corehost/cli/hostmisc/pal.unix.cpp # Disable warnings sed -i 's|skiptests|skiptests ignorewarnings|' repos/runtime.common.props @@ -328,11 +328,11 @@ sed -i 's|skiptests|skiptests ignorewarnings|' repos/runtime.common.props %patch1 -p1 %patch2 -p1 -pushd src/dotnet-runtime.* +pushd src/runtime.* %patch100 -p1 popd -pushd src/dotnet-sdk.* +pushd src/sdk.* %patch500 -p1 popd @@ -445,7 +445,7 @@ install dotnet.sh %{buildroot}%{_sysconfdir}/profile.d/ install -dm 0755 %{buildroot}/%{_root_datadir}/bash-completion/completions # dynamic completion needs the file to be named the same as the base command -install src/dotnet-sdk.*/scripts/register-completions.bash %{buildroot}/%{_root_datadir}/bash-completion/completions/dotnet +install src/sdk.*/scripts/register-completions.bash %{buildroot}/%{_root_datadir}/bash-completion/completions/dotnet # TODO: the zsh completion script needs to be ported to use #compdef #install -dm 755 %%{buildroot}/%%{_root_datadir}/zsh/site-functions @@ -522,6 +522,10 @@ echo "Testing build results for debug symbols..." %changelog +* Fri Nov 19 2021 Omair Majid - 5.0.2091-1 +- Update to .NET SDK 5.0.209 and Runtime 5.0.12 +- Resolves: RHBZ#2024319 + * Wed Oct 06 2021 Omair Majid - 5.0.208-1 - Update to .NET SDK 5.0.208 and Runtime 5.0.11 - Resolves: RHBZ#2011057