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 | 5371b17842f7c23247e4248e0c3e68d46a488785 (patch) | |
tree | 0a581a40b7767078bd54a225affe11c3c5cbcec7 | |
parent | d256766aaa2ec3b56e9f09423882d7447297b860 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-xhprof.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index 31a379f..98ab10e 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -53,7 +53,7 @@ Obsoletes: php56u-pecl-%{pecl_name} %endif %endif -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter private shared object %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |