From 9597ca733fbe9d3e2ee02f77483ea007d9a5e974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 28 Jan 2020 08:38:04 +0100 Subject: [PATCH] - Enable builds on aarch64 --- fpc-srpm-macros.spec | 7 +++++-- macros.fpc-srpm | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fpc-srpm-macros.spec b/fpc-srpm-macros.spec index 3db6c82..af87fa5 100644 --- a/fpc-srpm-macros.spec +++ b/fpc-srpm-macros.spec @@ -1,6 +1,6 @@ Name: fpc-srpm-macros -Version: 1.2 -Release: 3%{?dist} +Version: 1.3 +Release: 1%{?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 Dan HorĂ¡k - 1.3-1 +- Enable builds on aarch64 + * Tue Jan 28 2020 Mohan Boddu - 1.2-3 - Enable builds on ppc64le diff --git a/macros.fpc-srpm b/macros.fpc-srpm index 2401763..c10b27e 100644 --- a/macros.fpc-srpm +++ b/macros.fpc-srpm @@ -1,3 +1,3 @@ -%fpc_arches %{ix86} %{arm} x86_64 ppc64le +%fpc_arches %{ix86} %{arm} x86_64 ppc64le aarch64 # fpc_arches lists the architectures where the Free Pascal Compiler is # available in Fedora.