From 8cb6aa19785469249d388ccfc269fd6f2de01f46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jul 2026 07:19:47 +0200 Subject: enabled for 10.2 --- php-pecl-swoole6.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 7b2f8ca..e1b5115 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -31,7 +31,7 @@ %global oraclemax 24 -%if 0%{?fedora} || 0%{?rhel} >= 11 +%if 0%{?fedora} || 0%{?rhel} >= 9 %bcond_without uring %else %bcond_with uring @@ -42,7 +42,7 @@ %bcond_without zstd %bcond_without curl %bcond_without nghttpd2 -%if 0%{?rhel} == 10 +%if 0%{?rhel} > 10 # Not yet in EPEL (will be in 10.2) %bcond_with firebird %else -- cgit