Merge in 1.6.3-7 change

This commit is contained in:
Orion Poplawski 2013-02-22 11:42:55 -07:00
commit 69eb9941c4

View File

@ -59,7 +59,7 @@ ExcludeArch: s390 s390x
# Private openmpi libraries
%global __provides_exclude_from %{_libdir}/openmpi/lib/(lib(mca|o|v)|openmpi/).*.so
%global __requires_exclude lib(mca|o|v).*
%global __requires_exclude lib(mca|ompi|open-pal|open-rte|otf|vt).*
%description
Open MPI is an open source, freely available implementation of both the
@ -241,6 +241,10 @@ make check
- Update to 1.6.4
- Drop f90sover and arm-atomics patch fixed upstream
* Mon Jan 28 2013 Orion Poplawski <orion@cora.nwra.com> 1.6.3-7
- Make __requires_exclude more specific so we don't exclude needed libs
(bug #905263)
* Sun Nov 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.6.3-6
- Update atomics patch for ARM (thanks to Jon Masters)