Filter private provides

This commit is contained in:
Toshio くらとみ 2010-06-25 19:53:16 +00:00
parent 5ea4893099
commit 28176070f5
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%global _use_internal_dependency_generator 0
%global __find_provides /bin/sh -c "%{_rpmconfigdir}/find-provides | grep -v -E '(tracer.so)' || /bin/true"
%global __find_requires /bin/sh -c "%{_rpmconfigdir}/find-requires | grep -v -E '(tracer.so)' || /bin/true"
Name: python-coverage
Summary: Code coverage testing module for Python
Version: 3.3.1