From 490af008ee44969fcd5dd18101e5bc18403c14db Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Fri, 4 Feb 2022 17:20:52 -0500 Subject: [PATCH] Rebuild and check SDK to avoid an incomplete SDK Related: RHBZ#1986211 --- dotnet6.0.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dotnet6.0.spec b/dotnet6.0.spec index 8e874cb..c4b60ba 100644 --- a/dotnet6.0.spec +++ b/dotnet6.0.spec @@ -60,7 +60,7 @@ Name: dotnet6.0 Version: %{sdk_rpm_version} -Release: 1%{?dist} +Release: 2%{?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/ @@ -594,6 +594,10 @@ export COMPlus_LTTng=0 %endif %{buildroot}%{_libdir}/dotnet/dotnet --info +%{buildroot}%{_libdir}/dotnet/dotnet --version + +# Quick and dirty check for https://github.com/dotnet/source-build/issues/2731 +test -f %{buildroot}%{_libdir}/dotnet/sdk/%{sdk_version}/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props %files -n dotnet-host @@ -644,8 +648,13 @@ export COMPlus_LTTng=0 %changelog +* Fri Feb 04 2022 Omair Majid - 6.0.100-2 +- Rebuild and check SDK to avoid an incomplete SDK +- Related: RHBZ#1986211 + * Wed Nov 10 2021 Omair Majid - 6.0.100-1 - Update to .NET 6 +- Resolves: RHBZ#1986211 * Fri Oct 22 2021 Omair Majid - 6.0.0-0.7.rc2 - Update to .NET 6 RC2