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 | a639ad464771861b9d1f6db430af6e2a54c1a360 (patch) | |
tree | fc447f300bfb506fde571498e99b4e9e1bef9638 | |
parent | 70e9a1a16a17d1450ecba690dea64e2d9ecb199b (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-spl-types.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-spl-types.spec b/php-pecl-spl-types.spec index 22ccb93..e3d9439 100644 --- a/php-pecl-spl-types.spec +++ b/php-pecl-spl-types.spec @@ -61,7 +61,7 @@ Obsoletes: php55u-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} |