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 | 73042ada7cfd247b4314a75f24b9ae80ee68de79 (patch) | |
tree | 8993fe0817db1029faca4d48bb8f200f30b71571 | |
parent | 12a32d98e83938aa722c21cda95f0c774d71ade4 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-quickhash.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-quickhash.spec b/php-pecl-quickhash.spec index 8446aa7..baed9cd 100644 --- a/php-pecl-quickhash.spec +++ b/php-pecl-quickhash.spec @@ -39,7 +39,7 @@ Provides: php-%{pecl_name}%{?_isa} = %{version} Provides: php-pecl(%{pecl_name}) = %{version} Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter shared private %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |