[python-async] Filter out zlib provides

Jesse Keating jkeating at fedoraproject.org
Fri Jun 17 18:41:13 UTC 2011


commit 3ee216ee5e2cd82744383f433c3c1f110753a393
Author: Jesse Keating <jkeating at redhat.com>
Date:   Thu Jun 16 04:25:10 2011 -0700

    Filter out zlib provides

 python-async.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/python-async.spec b/python-async.spec
index 560a47f..63d7bfd 100644
--- a/python-async.spec
+++ b/python-async.spec
@@ -3,7 +3,7 @@
 
 Name:           python-async
 Version:        0.6.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A framework to process interdependent tasks in a pool of workers
 
 Group:          Development/Languages
@@ -22,6 +22,11 @@ allowing to delay actual computations until items are requested. Tasks will
 automatically be distributed among 0 or more threads for the actual
 computation.
 
+# Filter the private provide
+%{?filter_setup:
+%filter_provides_in %{python_sitearch}/async/mod/zlib.so
+%filter_setup
+}
 
 %prep
 %setup -q -n gitpython-developers-async-eccf3d6
@@ -49,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 16 2011 Jesse Keating <jkeating at redhat.com> - 0.6.1-3
+- Filter out zlib provides
+
 * Thu Jun 16 2011 Jesse Keating <jkeating at redhat.com> - 0.6.1-2
 - BR zlib-devel (#713598)
 


More information about the scm-commits mailing list