diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-27 11:54:16 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-27 11:54:16 +0100 |
| commit | 70e3711066e47dc025e774d4d844851c31612be1 (patch) | |
| tree | 0a5339945dfefc507324e3c89d78b9cc3d098059 | |
| parent | f0c4e46fc7f636393e0c927a60991ae5e715ca1e (diff) | |
| -rw-r--r-- | php-pecl-swoole6.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 9728481..f00a2f9 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -43,7 +43,12 @@ %bcond_without zstd %bcond_without curl %bcond_without nghttpd2 +%if 0%{?rhel} == 10 +# Not yet in EPEL (will be in 10.2) +%bcond_with firebird +%else %bcond_without firebird +%endif # Conflicts with ssh2/ftp extensions # See https://github.com/swoole/swoole-src/issues/6003 %bcond_with ssh2 |
