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 | 11f65e42125ad47a2a09eeaf7264c3ae7fe8065f (patch) | |
tree | 9a5f1b5224f0b31666c336bf7386357abccb7915 /php-pecl-scrypt.spec | |
parent | f5813584567c0e1c194fab0929c205b5350b6937 (diff) |
rhel-7 also properly filter private shared
Diffstat (limited to 'php-pecl-scrypt.spec')
-rw-r--r-- | php-pecl-scrypt.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-scrypt.spec b/php-pecl-scrypt.spec index e53c644..373ca66 100644 --- a/php-pecl-scrypt.spec +++ b/php-pecl-scrypt.spec @@ -46,7 +46,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} |