summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-17 10:07:54 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-17 10:07:54 +0100
commitab70bf9ee1757440da7b3b9f6c4e4f46e788ba98 (patch)
treea924698b894277816a21aa60f07f30d9f8786c1c
parent511fa2906d04e4845185af8f88860b86d2dd19f9 (diff)
rhel-7 also properly filter private shared
-rw-r--r--php-pecl-swoole.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index 56cad93..3ad7a6c 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -58,7 +58,7 @@ Obsoletes: php55u-pecl-%{pecl_name}
%endif
%endif
-%if 0%{?fedora} < 20
+%if 0%{?fedora} < 20 && 0%{?rhel} < 7
# Filter shared private
%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
%{?filter_setup}