aarch64 has Ada so add it to GNAT_arches

This commit is contained in:
Peter Robinson 2014-05-13 11:24:52 +01:00
parent 1767166dd5
commit 01bd917b0e
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

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