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 | d51b76a7e3eb2d8f327f59725756e8fff1540d5f (patch) | |
| tree | cf96e7e4354ad2ab15d950fc42fd57d5b0798cbb | |
| parent | 0259793597b59eca0a6728daaf5c5a7a0c738ecc (diff) | |
rhel-7 also properly filter private shared
| -rw-r--r-- | php-pecl-sundown.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-sundown.spec b/php-pecl-sundown.spec index 794302b..5f07d81 100644 --- a/php-pecl-sundown.spec +++ b/php-pecl-sundown.spec @@ -54,7 +54,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}  | 
