[mpi4py] filter requires in pysitearch/openmpi/mpi4py/lib-pmpi/lib (#741104)

tomspur tomspur at fedoraproject.org
Wed Jan 25 15:06:02 UTC 2012


commit 335275fc3a1061e71f9b3f8bdc361a07ca5ffd73
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Wed Jan 25 16:05:58 2012 +0100

    filter requires in pysitearch/openmpi/mpi4py/lib-pmpi/lib (#741104)

 mpi4py.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mpi4py.spec b/mpi4py.spec
index 5dd5168..d54ac30 100644
--- a/mpi4py.spec
+++ b/mpi4py.spec
@@ -7,8 +7,10 @@
 
 %{?filter_setup:
 %filter_provides_in %{python_sitearch}.*\.so$
+%filter_requires_in %{python_sitearch}/openmpi/mpi4py/lib-pmpi/lib.*\.so
 %if 0%{?fedora} > 12 || 0%{?rhel} > 6
 %filter_provides_in %{python3_sitearch}.*\.so$
+%filter_requires_in %{python3_sitearch}/openmpi/mpi4py/lib-pmpi/lib.*\.so
 %endif
 %filter_setup
 }
@@ -25,7 +27,7 @@
 
 Name:           mpi4py
 Version:        1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python bindings of the Message Passing Interface (MPI)
 
 Group:          Development/Languages
@@ -374,6 +376,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jan 25 2012 Thomas Spura <tomspur at fedoraproject.org> - 1.3-2
+- filter requires in pysitearch/openmpi/mpi4py/lib-pmpi/lib (#741104)
+
 * Fri Jan 20 2012 Thomas Spura <tomspur at fedoraproject.org> - 1.3-1
 - update to 1.3
 - filter provides in pythonsitearch


More information about the scm-commits mailing list