From e0661f04273a364136acf7bfe2ec9c8715e503ed Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 27 Jan 2020 21:42:33 -0500 Subject: [PATCH] Enable builds on ppc64le Signed-off-by: Mohan Boddu --- fpc-srpm-macros.spec | 5 ++++- macros.fpc-srpm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/fpc-srpm-macros.spec b/fpc-srpm-macros.spec index b2cfb7d..3db6c82 100644 --- a/fpc-srpm-macros.spec +++ b/fpc-srpm-macros.spec @@ -1,6 +1,6 @@ Name: fpc-srpm-macros Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: RPM macros needed by packages built with Free Pascal Compiler # This package only exist in Fedora repositories # The license is the standard (MIT) specified in @@ -36,6 +36,9 @@ install -p -m 0644 -t %{buildroot}/%{_rpmconfigdir}/macros.d %{SOURCE0} %changelog +* Tue Jan 28 2020 Mohan Boddu - 1.2-3 +- Enable builds on ppc64le + * Thu Jul 25 2019 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/macros.fpc-srpm b/macros.fpc-srpm index c4c4c6f..2401763 100644 --- a/macros.fpc-srpm +++ b/macros.fpc-srpm @@ -1,3 +1,3 @@ -%fpc_arches %{ix86} %{arm} x86_64 +%fpc_arches %{ix86} %{arm} x86_64 ppc64le # fpc_arches lists the architectures where the Free Pascal Compiler is # available in Fedora.