diff options
| author | Remi Collet <remi@remirepo.net> | 2025-03-10 06:41:44 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-03-10 06:41:44 +0100 | 
| commit | e06370f4db87e6af22f3d52bbefd5edd710451ea (patch) | |
| tree | f63a74fb46d401847c49e590333c531f406a349d | |
| parent | 36732c55c7d2a13088fcf7e14be2a6141433b703 (diff) | |
fix BR
| -rw-r--r-- | php-phalcon5.spec | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/php-phalcon5.spec b/php-phalcon5.spec index cdd0591..8e122ac 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -33,8 +33,7 @@ URL:            https://phalcon.io/  Source0:        https://pecl.php.net/get/%{sources}.tgz  BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 8.0 -BuildRequires: %{?scl_prefix}php-devel <  8.5 +BuildRequires:(%{?scl_prefix}php-devel >= 8.0 with %{?scl_prefix}php-devel < 8.5)  BuildRequires: %{?scl_prefix}php-pear  BuildRequires: %{?scl_prefix}php-hash  BuildRequires: %{?scl_prefix}php-json | 
