[openmpi] Make __requires_exclude more specific so we don't exclude needed libs (bug #905263)

Orion Poplawski orion at fedoraproject.org
Tue Jan 29 02:20:38 UTC 2013


commit 31a733b67fbe3e68c0204312832c545ba3c28346
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Jan 28 19:20:33 2013 -0700

    Make __requires_exclude more specific so we don't exclude needed libs
    (bug #905263)

 openmpi.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openmpi.spec b/openmpi.spec
index 204b094..2aff001 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -19,7 +19,7 @@
 
 Name:			openmpi%{?_cc_name_suffix}
 Version:		1.6.3
-Release:		6%{?dist}
+Release:		7%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
 License:		BSD, MIT and Romio
@@ -63,7 +63,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 
@@ -243,6 +243,10 @@ make check
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Mon Jan 28 2013 Orion Poplawski <orion at 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 at fedoraproject.org> 1.6.3-6
 - Update atomics patch for ARM (thanks to Jon Masters)
 


More information about the scm-commits mailing list