From d372ba28617806ffb495d3c32e67b88182ce3670 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mon, 29 Nov 2021 04:41:32 -0500 Subject: [PATCH] import dotnet5.0-5.0.209-1.el8_5 --- .dotnet5.0.metadata | 2 +- .gitignore | 2 +- SPECS/dotnet5.0.spec | 22 +++++++++++++--------- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.dotnet5.0.metadata b/.dotnet5.0.metadata index c1b7f9a..debb3e9 100644 --- a/.dotnet5.0.metadata +++ b/.dotnet5.0.metadata @@ -1 +1 @@ -0c6ad2019fbb6def24946f8a4c4f8f5ce7ecd368 SOURCES/dotnet-v5.0.208-SDK.tar.gz +d1a80dee6c9e13ae7b2fa12a8b0018286501b91e SOURCES/dotnet-v5.0.209.1-SDK.tar.gz 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/SPECS/dotnet5.0.spec b/SPECS/dotnet5.0.spec index 7cd8be0..0a48555 100644 --- a/SPECS/dotnet5.0.spec +++ b/SPECS/dotnet5.0.spec @@ -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.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 }') @@ -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} +%global src_version %{sdk_version}.1 %if 0%{?fedora} || 0%{?rhel} < 8 %global use_bundled_libunwind 0 @@ -56,12 +56,12 @@ Name: dotnet5.0 Version: %{sdk_rpm_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: .NET Runtime and SDK License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib URL: https://github.com/dotnet/ -# The source is generated on a Fedora box via: +# The source is generated on a RHEL/Fedora box via: # ./build-dotnet-tarball v%%{src_version}-SDK Source0: dotnet-v%{src_version}-SDK.tar.gz Source1: check-debug-symbols.py @@ -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/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 %patch1 -p1 -pushd src/dotnet-runtime.* +pushd src/runtime.* popd -pushd src/dotnet-sdk.* +pushd src/sdk.* %patch500 -p1 popd @@ -516,6 +516,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Fri Nov 19 2021 Omair Majid - 5.0.209-1 +- Update to .NET SDK 5.0.209 and Runtime 5.0.12 +- Resolves: RHBZ#2024414 + * Wed Oct 13 2021 Omair Majid - 5.0.208-2 - Update to .NET SDK 5.0.208 and Runtime 5.0.11 - Resolves: 2015936