From 8928398b2b06a040dcdcd3972b71d261bda16525 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: May 24 2014 13:11:59 +0000 Subject: Changed ppc64 to power64 macro for mono_archs --- diff --git a/macros.mono-srpm b/macros.mono-srpm index 7310bf6..84670b5 100644 --- a/macros.mono-srpm +++ b/macros.mono-srpm @@ -1,5 +1,5 @@ # arches that mono builds on -%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 +%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc %{power64} %_monodir %{_prefix}/lib/mono %_monogacdir %{_monodir}/gac diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 7ddec03..83bbd05 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -7,7 +7,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: 23 -Release: 1%{?dist} +Release: 2%{?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 +* Sat May 24 2014 Brent Baude - 23-2 +- Changed ppc64 to power64 macro for mono_archs + * Tue May 13 2014 Peter Robinson - aarch64 has Ada so add it to GNAT_arches