[redhat-rpm-config] aarch64 has Ada so add it to GNAT_arches

Peter Robinson pbrobinson at fedoraproject.org
Tue May 13 10:25:41 UTC 2014


commit 01bd917b0e9b252735df39b9dcd789c616af2ef2
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 13 11:24:52 2014 +0100

    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 <pbrobinson at fedoraproject.org> 
+- aarch64 has Ada so add it to GNAT_arches
+
 * Mon May 12 2014 Josh Boyer <jwboyer at fedoraproject.org> - 22-1
 - Fix kmod.prov to deal with compressed modules (#1096349)
 


More information about the scm-commits mailing list