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 | a4739828d43318aa5de5d7c4ec28da6ed97c3fb5 (patch) | |
tree | e4306a8614985f933a08184703232fd1dd27b154 | |
parent | 78e8ce7f38dcec37c8157d737935e874b2b2ef1d (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-fann.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-fann.spec b/php-pecl-fann.spec index b6c4d3f..70b079b 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -50,7 +50,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} |