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 | 7efbe79c6f1cf21fcf4dc681e1a2fc3096625340 (patch) | |
tree | c816290c69a006e68f9e0599e3b6f493d5501bd6 | |
parent | ea0cc83c67469435b912191b4891d14f00fab0a1 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-varnish.spec | 2 |
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. |