From 1f7573f8c74ff0f488a15969caed13034a95bd0f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 6 Mar 2012 10:35:51 -0500 Subject: Prune python provides correctly --- contrib/sssd.spec.in | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 27a13bb09..ec09fb549 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -3,15 +3,18 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif +%if (0%{?rhel} == 5) +%{!?is_rhel57: %global is_rhel57 %(%{__grep} -c "5\.[^0-6]" /etc/redhat-release)} +%global with_unicode_lib --with-unicode-lib=glib2 # we don't want to provide private python extension libs %{?filter_setup: -%filter_provides_in %{python_sitearch}/.*\.so$ +%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)} -%global with_unicode_lib --with-unicode-lib=glib2 +%else +# Fedora and RHEL 6+ +# we don't want to provide private python extension libs +%define __provides_exclude_from %{python_sitearch}/.*\.so$ %endif %if (0%{?enable_experimental} == 1) -- cgit