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 | 520be6f7aa03b7c78352562721af8c77aa31e5a9 (patch) | |
tree | 2545ffe12e6775e47a1f1dbaee08e726d102e0ce /php-pecl-txforward.spec | |
parent | 17880a2fc6de7676b38814fb8647b5830709f88f (diff) |
rhel-7 also properly filter private shared
Diffstat (limited to 'php-pecl-txforward.spec')
-rw-r--r-- | php-pecl-txforward.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-txforward.spec b/php-pecl-txforward.spec index 3fe8b8d..549f10f 100644 --- a/php-pecl-txforward.spec +++ b/php-pecl-txforward.spec @@ -39,7 +39,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} |