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 | 8b858888fc93d6576f496335cd9b07efc9af4112 (patch) | |
tree | 494cb8aecb5c640f4f274994c4df388a68541b39 | |
parent | 79cb99c126ded65bb7c7ef74bf97c12df776a647 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-xrange.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xrange.spec b/php-pecl-xrange.spec index bc00ca6..31f902d 100644 --- a/php-pecl-xrange.spec +++ b/php-pecl-xrange.spec @@ -53,7 +53,7 @@ Provides: php-%{pecl_name}%{?_isa} = %{version} Provides: php-pecl(%{pecl_name}) = %{version} Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter shared private %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |