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 | 0ea4f08b41d27328252996ec29a63508d45aa32e (patch) | |
tree | b8d854044d55987577cf4b0b9140fe2c66f315cb | |
parent | 1541022eb6fd6eb0e0d3017215ccb8a392541fd3 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-protocolbuffers.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-protocolbuffers.spec b/php-pecl-protocolbuffers.spec index 8bf4638..f20fa51 100644 --- a/php-pecl-protocolbuffers.spec +++ b/php-pecl-protocolbuffers.spec @@ -49,7 +49,7 @@ Obsoletes: php55u-pecl-%{pecl_name} %endif %endif -%if 0%{?fedora} < 20 +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter shared private %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} |