From b3b65bcefdf489d07d2cabaf04bfa94ff939eff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 5 Jun 2015 12:37:35 +0200 Subject: [PATCH] - Mono 4 adds support for ppc64le --- 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 7310bf6..332d6ad 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 ppc64 ppc64le %_monodir %{_prefix}/lib/mono %_monogacdir %{_monodir}/gac diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index a317f55..7280c5a 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: 32 +Version: 33 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 +* Fri Jun 05 2015 Dan HorĂ¡k 33-1 +- Mono 4 adds support for ppc64le + * Fri May 29 2015 Florian Festi 32-1 - Support out of source builds for %_configure_gnuconfig_hack (#1191788) - Fix typo in %kernel_module_package (#1159361)