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 | c76810f05db5593686004998d2037976a39249eb (patch) | |
tree | 83725ffb7c3ee9225e863ad6baa53a155922dd5c | |
parent | 33c0c048f4b7a510a1dafc66d9b06b14effc858d (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-v8js.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pecl-v8js.spec b/php-pecl-v8js.spec index d942ab0..e3f3e79 100644 --- a/php-pecl-v8js.spec +++ b/php-pecl-v8js.spec @@ -36,9 +36,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 |