diff --git a/gnat-srpm-macros.spec b/gnat-srpm-macros.spec index 003e3dd..620a836 100644 --- a/gnat-srpm-macros.spec +++ b/gnat-srpm-macros.spec @@ -1,6 +1,6 @@ Name: gnat-srpm-macros Version: 4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: RPM macros needed when source packages that need GNAT are built Summary(sv): RPM-makron som behövs när källkodspaket som behöver GNAT byggs @@ -39,6 +39,9 @@ install -p -m 0644 -t %{buildroot}/%{rpmmacrodir} %{SOURCE1} %changelog +* Wed Feb 6 2019 Pavel Zhukov - 4-9 +- Add back ppc64le + * Tue Feb 5 2019 Pavel Zhukov - 4-8 - Add back ix86 arch and temporary disable ppc64 diff --git a/macros.gnat-srpm b/macros.gnat-srpm index 0b34fde..a204a42 100644 --- a/macros.gnat-srpm +++ b/macros.gnat-srpm @@ -6,11 +6,9 @@ # Fedora, it seems appropriate to keep this list in agreement with the one in # gcc.spec.) -%GPRbuild_arches x86_64 ppc64 ppc64p7 s390x %{arm} aarch64 %{ix86} +%GPRbuild_arches x86_64 ppc64 ppc64p7 s390x %{arm} aarch64 %{ix86} ppc64le # 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. # -# ppc64le is temporary excluded from GPRBuild_arches. linked scheme should be -# adjusted