From 47427a213e56e02ec7b0cdd4446fd3192ffc108f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 12 Oct 2016 12:44:52 +0100 Subject: [PATCH] Enable aarch64 for mono arches --- macros.mono-srpm | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.mono-srpm b/macros.mono-srpm index 332d6ad..c5862c8 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 ppc64le +%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} aarch64 alpha s390x ppc ppc64 ppc64le %_monodir %{_prefix}/lib/mono %_monogacdir %{_monodir}/gac diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2636b40..f356d0f 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: 46 +Version: 47 Release: 1%{?dist} # No version specified. License: GPL+ @@ -144,6 +144,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Wed Oct 12 2016 Peter Robinson 47-1 +- Enable aarch64 for mono arches + * Mon Oct 03 2016 Jason L Tibbitts III - 46-1 - Allow %%configure to optionally pass --disable-silent-rules. Define %%_configure_disable_silent_rules (defaulting to 0) to control this.