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 | af389495707dda39afd25a1aa3c561b1916bcabd (patch) | |
| tree | d84dabe0c9055a7be34ea4a0c81dd6a8d3d22fc6 | |
| parent | 6e53eced2ec246d79c6d230e5f2fdd05ac5676b8 (diff) | |
rhel-7 also properly filter private shared
| -rw-r--r-- | php-pecl-geoip.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-geoip.spec b/php-pecl-geoip.spec index 01cc5f8..ae9154f 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -49,7 +49,7 @@ Obsoletes:     php55u-pecl-%{pecl_name}  Obsoletes:     php56u-pecl-%{pecl_name}  %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}  | 
