From 70e3711066e47dc025e774d4d844851c31612be1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Feb 2026 11:54:16 +0100 Subject: no firebird in EPEL-10.1 --- php-pecl-swoole6.spec | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit