diff options
| -rw-r--r-- | php-pecl-xdebug.spec | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 603e644..41815b9 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -43,6 +43,9 @@ Obsoletes:     php53u-pecl-xdebug  %if "%{php_version}" > "5.4"  Obsoletes:     php54-pecl-xdebug  %endif +%if "%{php_version}" > "5.5" +Obsoletes:     php55-pecl-xdebug +%endif  # Filter private shared  %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} | 
