diff options
-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. |