From 01bd917b0e9b252735df39b9dcd789c616af2ef2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 13 May 2014 11:24:52 +0100 Subject: [PATCH] aarch64 has Ada so add it to GNAT_arches --- macros.gnat-srpm | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.gnat-srpm b/macros.gnat-srpm index fa36604..a77f78f 100644 --- a/macros.gnat-srpm +++ b/macros.gnat-srpm @@ -1,4 +1,4 @@ # GNAT_arches lists the architectures where GNAT is available in Fedora. Ada # packages won't build on other architectures until GNAT is bootstrapped for # them. -%GNAT_arches %{ix86} x86_64 ia64 ppc ppc64 alpha +%GNAT_arches %{ix86} x86_64 ia64 ppc ppc64 alpha aarch64 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 6e781b8..7ddec03 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 22 +Version: 23 Release: 1%{?dist} # No version specified. License: GPL+ @@ -135,6 +135,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Tue May 13 2014 Peter Robinson +- aarch64 has Ada so add it to GNAT_arches + * Mon May 12 2014 Josh Boyer - 22-1 - Fix kmod.prov to deal with compressed modules (#1096349)