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 | 69d38c57f6c4daf574f2fdf2dd7d62154056a4d4 (patch) | |
tree | 8e85efad7876399f643d9960da8bb17b674bce8b | |
parent | d283db9d630d4932b4227a9d31ff7077fce13a49 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-uri-template.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pecl-uri-template.spec b/php-pecl-uri-template.spec index a64c697..9123f1f 100644 --- a/php-pecl-uri-template.spec +++ b/php-pecl-uri-template.spec @@ -35,9 +35,11 @@ Provides: php-%{pecl_name}%{?_isa} = %{version} Provides: php-pecl(%{pecl_name}) = %{version} Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter shared private %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} +%endif %description |