diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-08-09 08:17:20 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-08-10 14:05:48 -0400 |
commit | 80a746e4c2f5168794bd8747db01e25c0b16d876 (patch) | |
tree | 6f4b2b64a94d6440e5060ae0c2e323b8f361bb87 /contrib/sssd.spec.in | |
parent | 1919c61f1c1f399539f8349e8c117bc66d147119 (diff) | |
download | sssd-80a746e4c2f5168794bd8747db01e25c0b16d876.tar.gz sssd-80a746e4c2f5168794bd8747db01e25c0b16d876.tar.xz sssd-80a746e4c2f5168794bd8747db01e25c0b16d876.zip |
Remove private shared object Provides: for pysss.so and pyhbac.so
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r-- | contrib/sssd.spec.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |