Changed ppc64 to power64 macro for mono_archs
This commit is contained in:
parent
01bd917b0e
commit
8928398b2b
@ -1,5 +1,5 @@
|
|||||||
# arches that mono builds on
|
# 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
|
%_monodir %{_prefix}/lib/mono
|
||||||
%_monogacdir %{_monodir}/gac
|
%_monogacdir %{_monodir}/gac
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 23
|
Version: 23
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -135,6 +135,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 24 2014 Brent Baude <baude@us.ibm.com> - 23-2
|
||||||
|
- Changed ppc64 to power64 macro for mono_archs
|
||||||
|
|
||||||
* Tue May 13 2014 Peter Robinson <pbrobinson@fedoraproject.org>
|
* Tue May 13 2014 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||||
- aarch64 has Ada so add it to GNAT_arches
|
- aarch64 has Ada so add it to GNAT_arches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user