From 80a746e4c2f5168794bd8747db01e25c0b16d876 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 9 Aug 2011 08:17:20 -0400 Subject: Remove private shared object Provides: for pysss.so and pyhbac.so --- contrib/sssd.spec.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 707cf24f1..96c15c547 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -3,6 +3,12 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif +# we don't want to provide private python extension libs +%{?filter_setup: +%filter_provides_in %{python_sitearch}/.*\.so$ +%filter_setup +} + %if (0%{?rhel} == 5) %{!?is_rhel57: %global is_rhel57 %(%{__grep} -c "5\.[^0-6]" /etc/redhat-release)} %endif -- cgit