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 | 6cb65eb216193295b55c7d10ef6dd67431b7bf41 (patch) | |
tree | 8eaacb23443480f6d383749378ae1d9f9c96f7be | |
parent | c03f08c91f7551ff2154dcddaba90f730f2ecbea (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-crypto.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index 9d78613..40b3459 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -55,7 +55,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} |