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 | de44ced08b4cb96a0f38eb278c12de5ce8bf37d4 (patch) | |
tree | 8034b36871ea876fbe93c88f92a8644e653c471f | |
parent | c240aa5ac029a7b6d425ff6270d8549813adaed7 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-xslcache.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xslcache.spec b/php-pecl-xslcache.spec index e052b80..dcc949d 100644 --- a/php-pecl-xslcache.spec +++ b/php-pecl-xslcache.spec @@ -63,7 +63,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} |