From 43fcc15820bfc8debc5168c491fc5aece46cf228 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Mar 2014 10:07:54 +0100 Subject: rhel-7 also properly filter private shared --- php-pecl-mosquitto.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pecl-mosquitto.spec b/php-pecl-mosquitto.spec index 9cf85be..9196e47 100644 --- a/php-pecl-mosquitto.spec +++ b/php-pecl-mosquitto.spec @@ -51,7 +51,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} -- cgit