diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-25 08:39:16 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-25 08:39:16 +0200 |
commit | 402e5e4923c163788b2f2c22d0a6d513596145ee (patch) | |
tree | 06bb9f40cdf74a86c67f07b8915772dd1e24e14c | |
parent | e9558d3a8eb9e658202cee82ba7f044f6e0cbb90 (diff) |
fix conflicts
-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}. |