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 | c0d00f30fd485dc7bb22e3a78309635129c080ed (patch) | |
tree | 4fe0f0233e6b243e632e82ac2125955ed15e7180 /php-pecl-ssh2.spec | |
parent | 7687f8d423e5ea1e33e406a7e074fbf695623ff3 (diff) |
rhel-7 also properly filter private shared
Diffstat (limited to 'php-pecl-ssh2.spec')
-rw-r--r-- | php-pecl-ssh2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index 5c6c49f..564f687 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -52,7 +52,7 @@ Obsoletes: php55u-pecl-%{pecl_name} %endif %endif -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter private shared %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |