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 | 60d807eda4bbda41726a6788d959bb3dfeaf3150 (patch) | |
tree | a9ff219cd4faa0a0a3ab9f8a59d9f7b70579287a /php-pecl-xdebug.spec | |
parent | 53868ce489983c4649d151c396179a95da00dd5f (diff) |
rhel-7 also properly filter private shared
Diffstat (limited to 'php-pecl-xdebug.spec')
-rw-r--r-- | php-pecl-xdebug.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index f2d5b5b..aae79ed 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -64,7 +64,7 @@ Obsoletes: php55u-pecl-%{pecl_name} Obsoletes: php56u-pecl-%{pecl_name} %endif -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter private shared %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |