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 | a1b5e5311d1efd0eea6e01969f563aff54094eae (patch) | |
tree | 8d69ae9f61811b3b1e7afb1ab74559019096432c | |
parent | a8e9ee461fae44ee35e53781223b4119f4e42c52 (diff) |
rhel-7 also properly filter private shared
-rw-r--r-- | php-pecl-krb5.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index ca43380..13ae93a 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -56,7 +56,7 @@ Obsoletes: php56u-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} |