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 | bcaa17cd545f7dcecbf215d995b4a6fc8a11a665 (patch) | |
tree | c2f96caa834ca7465a6b4d1e6fd608fd99244e20 | |
parent | b584d0a50a95fc0253777c4c3530d8efdd2ace87 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-yp.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-yp.spec b/php-pecl-yp.spec index 5c4f189..2327665 100644 --- a/php-pecl-yp.spec +++ b/php-pecl-yp.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} |