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 | dd949bf892e95493c4391961a925068afa971474 (patch) | |
tree | 229833c4b1eab2557aaed72b13c6f63a8f6ad072 | |
parent | c51fd51f2bd5abe29c2d9829d2eff3c88c83e663 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-solr.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-solr.spec b/php-pecl-solr.spec index de9dc90..12e9bda 100644 --- a/php-pecl-solr.spec +++ b/php-pecl-solr.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 shared private %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |