summaryrefslogtreecommitdiffstats
path: root/php-pecl-varnish.spec
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
commit7efbe79c6f1cf21fcf4dc681e1a2fc3096625340 (patch)
treec816290c69a006e68f9e0599e3b6f493d5501bd6 /php-pecl-varnish.spec
parentea0cc83c67469435b912191b4891d14f00fab0a1 (diff)
rhel-7 also properly filter private shared
Diffstat (limited to 'php-pecl-varnish.spec')
-rw-r--r--php-pecl-varnish.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pecl-varnish.spec b/php-pecl-varnish.spec
index 58d219e..7453238 100644
--- a/php-pecl-varnish.spec
+++ b/php-pecl-varnish.spec
@@ -44,9 +44,11 @@ Provides: php-%{pecl_name}%{?_isa} = %{version}
Provides: php-pecl(%{pecl_name}) = %{version}
Provides: php-pecl(%{pecl_name})%{?_isa} = %{version}
+%if 0%{?fedora} < 20 && 0%{?rhel} < 7
# Filter shared private
%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
%{?filter_setup}
+%endif
%description
Varnish Cache is an open source, state of the art web application accelerator.