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 | 7ebbbeba9611089f3aa6f55ad4c77ae6a27a20bf (patch) | |
tree | c3b8ec6661367eec23e05e30d58e3286f540c6ac | |
parent | 9a497d5741eed229cae98c55215c42220a893482 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-http.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec index ed4d6b8..dd5152d 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -87,7 +87,7 @@ Obsoletes: php56u-pecl-http %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} |