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 | a5fe599adeab535ef140d8b59b3243a807ce0637 (patch) | |
tree | 2bfad0339b5dba90dffcade7dce3c1ed3fb2d4c3 | |
parent | 6e7675152d7f67e82b1962acb3b987403957dc30 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-xmldiff.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec index 0c30403..631ad83 100644 --- a/php-pecl-xmldiff.spec +++ b/php-pecl-xmldiff.spec @@ -62,7 +62,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} |