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 | 84490a5e49a70b52131831e1d450a77ad44caee8 (patch) | |
tree | 92df8b1868ef294714c083a8d05612ff1d728c31 | |
parent | c59c851c9576ff28c77ae64dadd3a635c447e87f (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-solr2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 0925e3f..906e0ed 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -67,7 +67,7 @@ Obsoletes: php55u-pecl-%{pecl_name}2 Obsoletes: php56u-pecl-%{pecl_name}2 %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} |