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 | c82cadf63499f770fed60b2429b7304e7dbe94a2 (patch) | |
tree | 262cc2bc42ef370979e193d4f7bf9fb66fa6c24a | |
parent | 69a4c5cd24b3ac71140ca6bb3a2eadaba15f137c (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-haru.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-haru.spec b/php-pecl-haru.spec index e8a1c07..72efb22 100644 --- a/php-pecl-haru.spec +++ b/php-pecl-haru.spec @@ -55,7 +55,7 @@ Obsoletes: php56u-pecl-%{pecl_name} %endif %endif -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter shared private %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |