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 | cd5f7465d9f39f28406437559614e53f912cef64 (patch) | |
tree | 92e7ee92e5e6d4974ca8872045021b946d13f2a4 | |
parent | 35af70fc6b296b15fceec8ceb106aa0ee4f58262 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-stats.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-stats.spec b/php-pecl-stats.spec index 9e5c751..7070fb8 100644 --- a/php-pecl-stats.spec +++ b/php-pecl-stats.spec @@ -55,7 +55,7 @@ Obsoletes: php56u-pecl-%{pecl_name} %endif %endif -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter private shared object %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |