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
commit69a05ccf9195336d948c28cc0eb716cde78ec23b (patch)
treed03c3bc791dc1d335ffe6ba1afa87065caea8b19
parente28e04fbde386caf93f45e8544defd5a4b080bb7 (diff)
rhel-7 also properly filter private shared
-rw-r--r--php-pecl-bbcode.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-bbcode.spec b/php-pecl-bbcode.spec
index 4e15be1..5da4278 100644
--- a/php-pecl-bbcode.spec
+++ b/php-pecl-bbcode.spec
@@ -52,7 +52,7 @@ Obsoletes: php55u-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 %{php_extdir}/.*\.so$}
%{?filter_setup}