From 402e5e4923c163788b2f2c22d0a6d513596145ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Oct 2021 08:39:16 +0200 Subject: fix conflicts --- php-pecl-openswoole.spec | 12 ++++++------ 1 file 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}. -- cgit