diff options
| -rw-r--r-- | php-pecl-openswoole.spec | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/php-pecl-openswoole.spec b/php-pecl-openswoole.spec index d50a765..27e51a8 100644 --- a/php-pecl-openswoole.spec +++ b/php-pecl-openswoole.spec @@ -75,9 +75,9 @@ Provides:       %{?scl_prefix}php-pecl(%{pecl_name})         = %{version}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}  # Single version can be installed (same symbols) -Conflicts:      %{?sub_prefix}php-pecl-%{pecl_name}  < 4 -Conflicts:      %{?sub_prefix}php-pecl-%{pecl_name}2 < 4 -Conflicts:      %{?sub_prefix}php-pecl-%{pecl_name}4 < 5 +Conflicts:      %{?scl_prefix}php-pecl-%{pecl_name}  < 4 +Conflicts:      %{?scl_prefix}php-pecl-%{pecl_name}2 < 4 +Conflicts:      %{?scl_prefix}php-pecl-%{pecl_name}4 < 5  %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  %if "%{php_version}" > "7.4" @@ -122,9 +122,9 @@ Requires:      %{name}%{?_isa} = %{version}-%{release}  Requires:      %{?scl_prefix}php-devel%{?_isa}  # Single version can be installed (same ext name) -Conflicts:      %{?sub_prefix}php-pecl-%{pecl_name}-devel  < 4 -Conflicts:      %{?sub_prefix}php-pecl-%{pecl_name}2-devel < 4 -Conflicts:      %{?sub_prefix}php-pecl-%{pecl_name}4-devel < 5 +Conflicts:      %{?scl_prefix}php-pecl-%{pecl_name}-devel  < 4 +Conflicts:      %{?scl_prefix}php-pecl-%{pecl_name}2-devel < 4 +Conflicts:      %{?scl_prefix}php-pecl-%{pecl_name}4-devel < 5  %description devel  These are the files needed to compile programs using %{name}.  | 
