diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-17 10:07:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-17 10:07:54 +0100 |
commit | 3e45597c2719f36ae3c497d716f1373d3a420702 (patch) | |
tree | 193cf4d5bcd08c4d6895924944188d596083b42a | |
parent | c310196e1fec2bf5461cc67f5a8189dd156d65d3 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-sphinx.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-sphinx.spec b/php-pecl-sphinx.spec index fc59c49..307886b 100644 --- a/php-pecl-sphinx.spec +++ b/php-pecl-sphinx.spec @@ -48,7 +48,7 @@ Obsoletes: php56u-pecl-%{pecl_name} %endif %endif -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter private shared object %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |