From 0b41b55ce6f870e0e67b0437500d3e7ca1ef2a3e Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sat, 9 Mar 2019 15:12:32 +0100 Subject: [PATCH] Disable ppc64 arch --- 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 0cf8ed2..3261ea1 100644 --- a/fpc-srpm-macros.spec +++ b/fpc-srpm-macros.spec @@ -1,6 +1,6 @@ Name: fpc-srpm-macros -Version: 1.1 -Release: 6%{?dist} +Version: 1.2 +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 +* Sat Mar 09 2019 Mattia Verga - 1.2-1 +- Disable builds on ppc64 + * Thu Jan 31 2019 Fedora Release Engineering - 1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/macros.fpc-srpm b/macros.fpc-srpm index d755825..c4c4c6f 100644 --- a/macros.fpc-srpm +++ b/macros.fpc-srpm @@ -1,3 +1,3 @@ -%fpc_arches %{ix86} %{arm} x86_64 ppc64 +%fpc_arches %{ix86} %{arm} x86_64 # fpc_arches lists the architectures where the Free Pascal Compiler is # available in Fedora.