# HG changeset patch # User Carl Byington # Date 1356403799 28800 # Node ID b08fd8813ffe7df9edd31d3c1f73f16f554fa543 # Parent af6ae20be5ba35dbd6d368077531c2ccccb380b0 filter_provides is a regex, not a path, and is not available on el5 diff -r af6ae20be5ba -r b08fd8813ffe libpst.spec.in --- a/libpst.spec.in Mon Dec 24 18:09:20 2012 -0800 +++ b/libpst.spec.in Mon Dec 24 18:49:59 2012 -0800 @@ -38,7 +38,10 @@ Requires: python Requires: %{name}-libs = %{version}-%{release} -%filter_provides_in %{python_sitearch}/_*.so +%{?filter_setup: +%filter_provides_in %{python_sitearch}/_.*\.so$ +%filter_setup +} %description python The libpst-python package allows you to use the libpst shared object