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 | 9ce61823dcd016c236e5bb209ad882b2057580a9 (patch) | |
tree | cb8f97dafe0d697c61b6224abae8a86b366dc4c2 | |
parent | 5189169b6a2436993ce03710eb69539fa692c28a (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-newt.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-newt.spec b/php-pecl-newt.spec index f68324a..a2d4b3a 100644 --- a/php-pecl-newt.spec +++ b/php-pecl-newt.spec @@ -50,7 +50,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} |