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 | 4c4e187bc9197de203ecb39a02f0b54b9b135861 (patch) | |
| tree | 846474d62c0e00a95d6db1976db2ddaf4a819e17 | |
| parent | d251221da0e42bec0736b1421ede42760ffa599a (diff) | |
rhel-7 also properly filter private shared
| -rw-r--r-- | php-pecl-xattr.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index 3befadb..a0613cf 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -56,7 +56,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}  | 
