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 | 48ee4589af2904c1ce0da0e74bf7c20b63d5de7f (patch) | |
tree | c85d6cf07e538e86704f774efa87dc4ac6947a78 | |
parent | 813eaea203ec8a4ef631129b74acf141b10a429e (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-propro.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-propro.spec b/php-pecl-propro.spec index 027cb30..6c0f4cb 100644 --- a/php-pecl-propro.spec +++ b/php-pecl-propro.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} |