diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-11 14:44:28 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-11 14:44:28 +0100 | 
| commit | 579f16dcf3577934dde31956328385230c370f26 (patch) | |
| tree | 345458cdaa2dc0e7b31e5cc6cd69b5e424c579a0 | |
| parent | f81a2b26331f25d1ba6562a057dabefc5301de7e (diff) | |
minor fix
| -rw-r--r-- | php-pecl-ssh2-php7.spec | 2 | ||||
| -rw-r--r-- | php-pecl-ssh2.spec | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/php-pecl-ssh2-php7.spec b/php-pecl-ssh2-php7.spec index 92cd70a..d8ef9ee 100644 --- a/php-pecl-ssh2-php7.spec +++ b/php-pecl-ssh2-php7.spec @@ -61,7 +61,7 @@ Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{rele  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release}  %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  # Other third party repo stuff  Obsoletes:      php53-pecl-%{pecl_name} <= %{version}  Obsoletes:     php53u-pecl-%{pecl_name} <= %{version} diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index 4eb4645..169979c 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -60,7 +60,7 @@ Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{rele  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release}  %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  # Other third party repo stuff  Obsoletes:     php53-pecl-%{pecl_name}  <= %{version}  Obsoletes:     php53u-pecl-%{pecl_name} <= %{version} | 
