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 | 0daa040fa00635685cbe9830a82922af2959eb87 (patch) | |
tree | 0271caacf2bbfcd691d53bebee3be973f076f839 | |
parent | 9de1664c4ec6aa5aebe9453bcf9201c05466498b (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-uuid.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 1315d34..d4fa9f1 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -67,7 +67,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} |