diff --git a/macros.gnat-srpm b/macros.gnat-srpm index a77f78f..fc7c803 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 aarch64 +%GNAT_arches %{ix86} x86_64 ia64 ppc ppc64 alpha aarch64 %{arm} diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 83bbd05..f8ae1f8 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,8 +6,8 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 23 -Release: 2%{?dist} +Version: 24 +Release: 1%{?dist} # No version specified. License: GPL+ Group: Development/System @@ -135,6 +135,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Thu Jun 5 2014 Peter Robinson 24-1 +- ARMv7 has Ada so add it to GNAT_arches + * Sat May 24 2014 Brent Baude - 23-2 - Changed ppc64 to power64 macro for mono_archs