From dd20de5416a56d93d2e9d5c2093e100435d91b9a Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Jun 19 2020 17:33:46 +0000 Subject: Enable building on aarch64 Also fix a bad date (date and day mismatch) in changelog. Updated it based on the git commit date. --- diff --git a/dotnet-build-reference-packages.spec b/dotnet-build-reference-packages.spec index 2e8e506..9255ca9 100644 --- a/dotnet-build-reference-packages.spec +++ b/dotnet-build-reference-packages.spec @@ -5,14 +5,14 @@ Name: dotnet-build-reference-packages Version: 0 -Release: 3.20200608git%{shortcommit}%{?dist} +Release: 4.20200608git%{shortcommit}%{?dist} Summary: Reference packages needed by the .NET Core SDK build License: MIT URL: https://github.com/dotnet/source-build-reference-packages Source0: https://github.com/dotnet/source-build-reference-packages/archive/%{commit}/%{name}-%{shortcommit}.tar.gz -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 aarch64 BuildRequires: dotnet-sdk-3.1 BuildRequires: dotnet-sdk-3.1-source-built-artifacts @@ -56,7 +56,10 @@ cp -a Private.SourceBuild.ReferencePackages.%{version}.tar.gz %{buildroot}/%{_li %changelog -* Mon Jun 06 2020 Chris Rummel - 0-3.20200608git5aaf20d +* Fri Jun 19 2020 Omair Majid - 0-4.20200608git5aaf20d +- Enable building on aarch64 + +* Mon Jun 08 2020 Chris Rummel - 0-3.20200608git5aaf20d - Updated to upstream commit 5aaf20d * Tue Jun 02 2020 Omair Majid - 0-3.20200528git6e2aee66e2aee6