From 590724e2f4fc1759d10a6df7cdfda6dfccbd7a0b Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Feb 05 2019 12:07:09 +0000 Subject: Add back ix86 arch and temporary disable ppc64 --- diff --git a/gnat-srpm-macros.spec b/gnat-srpm-macros.spec index 6c5ad2b..9eca825 100644 --- a/gnat-srpm-macros.spec +++ b/gnat-srpm-macros.spec @@ -39,6 +39,9 @@ install -p -m 0644 -t %{buildroot}/%{rpmmacrodir} %{SOURCE1} %changelog +* Tue Feb 5 2019 Pavel Zhukov - 4-7 +- Add back ix86 arch and temporary disable ppc64 + * Thu Jan 31 2019 Fedora Release Engineering - 4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/macros.gnat-srpm b/macros.gnat-srpm index a14e312..0b34fde 100644 --- a/macros.gnat-srpm +++ b/macros.gnat-srpm @@ -6,11 +6,11 @@ # Fedora, it seems appropriate to keep this list in agreement with the one in # gcc.spec.) -%GPRbuild_arches x86_64 ppc64 ppc64p7 ppc64le s390x %{arm} aarch64 +%GPRbuild_arches x86_64 ppc64 ppc64p7 s390x %{arm} aarch64 %{ix86} # GPRbuild_arches lists the architectures where GPRbuild is available in Fedora. # If an architecture is included in GNAT_arches but not in GPRbuild_arches, then # either GPRbuild hasn't been bootstrapped for that architecture, or there might # be some architecture-specific problem. - -# x86 is excluded from GPRbuild_arches because of -# https://bugzilla.redhat.com/show_bug.cgi?id=1444614 +# +# ppc64le is temporary excluded from GPRBuild_arches. linked scheme should be +# adjusted