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 | 43fcc15820bfc8debc5168c491fc5aece46cf228 (patch) | |
| tree | 26ac598d82036f794f210d97d3c61e056027912d | |
| parent | 7a14020af6255bce454c9978be8cad754c218b02 (diff) | |
rhel-7 also properly filter private shared
| -rw-r--r-- | php-pecl-mosquitto.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-mosquitto.spec b/php-pecl-mosquitto.spec index 9cf85be..9196e47 100644 --- a/php-pecl-mosquitto.spec +++ b/php-pecl-mosquitto.spec @@ -51,7 +51,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}  | 
